ZeroTabBarStyle constructor
const
ZeroTabBarStyle({
- Color? backgroundColor,
- Color? activeColor,
- Color? inactiveColor,
- Color? indicatorColor,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? labelPadding,
- double? iconSize,
- TextStyle? labelStyle,
- bool isScrollable = false,
Implementation
const ZeroTabBarStyle({
this.backgroundColor,
this.activeColor,
this.inactiveColor,
this.indicatorColor,
this.padding,
this.labelPadding,
this.iconSize,
this.labelStyle,
this.isScrollable = false,
});