lit_vertical_tabbar 0.0.2+1
lit_vertical_tabbar: ^0.0.2+1 copied to clipboard
Widget that provides automated TabBar changes when ListView is scrolled. (This widget is using ListView to render items for better performance)
lit_vertical_tabbar #
Getting Started #
Widget that provides automated TabBar changes when ListView is scrolled. #
https://github.com/jcho0216/lit_vertical_tabbar/assets/67269455/8ee1f4a7-7c5d-4c0b-9595-5c9be2f38177
Usage #
LitVerticalTabBar(
backgroundColor: Colors.black87,
padding: const EdgeInsets.symmetric(vertical: 24),
moveTabToLastIndexOnScrollEnd: true,
/// tabs length must be the same length as children length
tabs: [...],
children: [...],
divider: Divider(),
)
Feel free to request for a feature :)