vertical_scroll_tabbar

Creator: coderz1093

Last updated:

Add to Cart

Description:

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.
vst.webm
Usage #
VerticalScrollTabbar(
tabs: [...],
children: [...],
);
copied to clipboard
Parameters #



Parameter
Type
Description
Required
Default




tabs
List
Tabbar items
false



children
List
Scroll view items
false



isScrollable
bool
Whether the tab bar is scrollable.
false
false


indicatorColor
Color
The color of selected tab's underline.
false



onTabChanged
Function(int index)
Called when tab index is changed
false



width
double?
Width of the entire tabbar
false
null


height
double?
Height of the entire tabbar
false
null



Requirements #

tabs and children must have same length.
children must have GlobalKey as key Property

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.