XTabBarss extension
Typically a list of two or more Tab widgets.
The length of this list must match the controller
's TabController.length
and the length of the TabBarView.children list.
Methods
-
xTabBar(
{TabController controller, bool isScrollable = false, Color indicatorColor, double indicatorWeight = 2.0, EdgeInsetsGeometry indicatorPadding = EdgeInsets.zero, Decoration indicator, TabBarIndicatorSize indicatorSize, Color labelColor, Color unselectedLabelColor, TextStyle labelStyle, EdgeInsetsGeometry labelPadding, TextStyle unselectedLabelStyle, DragStartBehavior dragStartBehavior, ValueChanged< int> onTap, Key key}) → Widget -
xTabBarView(
{TabController controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, Key key, ScrollPhysics physics}) → Widget