CCMenuPage constructor
CCMenuPage(
- Widget bottomWidget,
- IndexedWidgetBuilder itemBuilder,
- int selectIndex = 0,
- ValueChanged<int> onTap,
- dynamic onRefresh,
- Color backgroundColor,
- TextStyle labelStyle,
- TextStyle unselectedLabelStyle,
- Color unselectedLabelColor,
- Color labelColor,
- Color indicatorColor,
- TabBarIndicatorSize indicatorSize,
- double indicatorWeight,
- EdgeInsetsGeometry indicatorPadding,
- bool isScrollable,
- Key key}
)
Implementation
CCMenuPage(
{this.menuList,
this.headerWidget,
this.bottomWidget,
this.itemBuilder,
this.selectIndex = 0,
this.onTap,
this.onRefresh,
this.backgroundColor,
this.labelStyle,
this.unselectedLabelStyle,
this.unselectedLabelColor,
this.labelColor,
this.indicatorColor,
this.indicatorSize,
this.indicatorWeight,
this.indicatorPadding,
this.isScrollable,
Key key})
: super(key: key);