XTabBar constructor
XTabBar(- {Key key,
- TabController controller,
- bool isScrollable,
- Color indicatorColor,
- double indicatorWeight,
- EdgeInsetsGeometry indicatorPadding,
- Decoration indicator,
- TabBarIndicatorSize indicatorSize,
- Color labelColor,
- Color unselectedLabelColor,
- TextStyle labelStyle,
- EdgeInsetsGeometry labelPadding,
- TextStyle unselectedLabelStyle,
- DragStartBehavior dragStartBehavior,
- ValueChanged<int> onTap}
)
Implementation
XTabBar(
{this.key,
this.controller,
this.isScrollable,
this.indicatorColor,
this.indicatorWeight,
this.indicatorPadding,
this.indicator,
this.indicatorSize,
this.labelColor,
this.unselectedLabelColor,
this.labelStyle,
this.labelPadding,
this.unselectedLabelStyle,
this.dragStartBehavior,
this.onTap});