lit_vertical_tabbar

Widget that provides automated TabBar changes when ListView is scrolled.


Demo

The example app running in iOS


Usage

LitVerticalTabBar(
  backgroundColor: Colors.black87,
  padding: const EdgeInsets.symmetric(vertical: 24),
  moveTabToLastIndexOnScrollEnd: true,
  children: [LitElementModel(tabName: "tab1", child: ChildWidget())],
  divider: Divider(),
)

Feel free to request for a feature :)