Last updated:
0 purchases
lit vertical tabbar
lit_vertical_tabbar #
Widget that provides automated TabBar changes when ListView is scrolled.
Demo #
Usage #
LitVerticalTabBar(
backgroundColor: Colors.black87,
padding: const EdgeInsets.symmetric(vertical: 24),
moveTabToLastIndexOnScrollEnd: true,
children: [LitElementModel(tabName: "tab1", child: ChildWidget())],
divider: Divider(),
)
copied to clipboard
Feel free to request for a feature :)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.