XTabBar constructor

XTabBar(
  1. {Key key,
  2. TabController controller,
  3. bool isScrollable,
  4. Color indicatorColor,
  5. double indicatorWeight,
  6. EdgeInsetsGeometry indicatorPadding,
  7. Decoration indicator,
  8. TabBarIndicatorSize indicatorSize,
  9. Color labelColor,
  10. Color unselectedLabelColor,
  11. TextStyle labelStyle,
  12. EdgeInsetsGeometry labelPadding,
  13. TextStyle unselectedLabelStyle,
  14. DragStartBehavior dragStartBehavior,
  15. 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});