FxBottomNavigationBar constructor
FxBottomNavigationBar({
- required List<
FxBottomNavigationBarItem> ? itemList, - Duration? animationDuration,
- Color? indicatorColor,
- double? indicatorSize,
- Decoration? indicatorDecoration,
- bool showLabel = true,
- Color? activeContainerColor,
- Color? backgroundColor,
- bool? showActiveLabel,
- Axis? labelDirection = Axis.horizontal,
- double labelSpacing = 8,
- TextStyle? activeTitleStyle,
- TextStyle? titleStyle,
- int initialIndex = 0,
- Color? activeTitleColor,
- Color? titleColor,
- double? activeTitleSize,
- double? titleSize,
- Color? iconColor,
- Color? activeIconColor,
- double? iconSize,
- double? activeIconSize,
- Decoration? containerDecoration,
- BoxShape? containerShape,
- EdgeInsetsGeometry? outerPadding,
- EdgeInsetsGeometry? outerMargin,
- double? containerRadius,
- EdgeInsetsGeometry? containerPadding,
Implementation
FxBottomNavigationBar(
{required this.itemList,
this.animationDuration,
this.indicatorColor,
this.indicatorSize,
this.indicatorDecoration,
this.fxBottomNavigationBarType,
this.showLabel = true,
this.activeContainerColor,
this.backgroundColor,
this.showActiveLabel,
this.labelDirection = Axis.horizontal,
this.labelSpacing = 8,
this.activeTitleStyle,
this.titleStyle,
this.initialIndex = 0,
this.activeTitleColor,
this.titleColor,
this.activeTitleSize,
this.titleSize,
this.iconColor,
this.activeIconColor,
this.iconSize,
this.activeIconSize,
this.containerDecoration,
this.containerShape,
this.outerPadding,
this.outerMargin,
this.containerRadius,
this.containerPadding
});