vertical_scroll_tabbar 0.0.2 vertical_scroll_tabbar: ^0.0.2 copied to clipboard
Vertical Scroll Tabbar
Features #
Vertical scroll view with tabbar.
Automatically change tabbar index when scroll view is scrolled.
And also, when tap tabbar item, scroll view will be scrolled to the top of the tabbar index.
Usage #
VerticalScrollTabbar(
tabs: [...],
children: [...],
);
Prerequisite #
tabs
andchildren
must have same length.- children must have
GlobalKey
as key Property