Widget that provides automated TabBar changes when ListView is scrolled.
306604072-8ee1f4a7-7c5d-4c0b-9595-5c9be2f38177.2.mov
LitVerticalTabBar(
backgroundColor: Colors.black87,
padding: const EdgeInsets.symmetric(vertical: 24),
moveTabToLastIndexOnScrollEnd: true,
children: [LitElementModel(tabName: "tab1", child: ChildWidget())],
divider: Divider(),
)