FxBottomNavigationBarItem constructor
FxBottomNavigationBarItem({
- required Widget? page,
- String? title,
- TextStyle? activeTitleStyle,
- TextStyle? titleStyle,
- Color? activeTitleColor,
- Color? titleColor,
- double? activeTitleSize,
- double? titleSize,
- IconData? iconData,
- IconData? activeIconData,
- Widget? icon,
- Widget? activeIcon,
- Color? iconColor,
- Color? activeIconColor,
- double? iconSize,
- double? activeIconSize,
Implementation
FxBottomNavigationBarItem({required this.page,
this.title,
this.activeTitleStyle,
this.titleStyle,
this.activeTitleColor,
this.titleColor,
this.activeTitleSize,
this.titleSize,
this.iconData,
this.activeIconData,
this.icon,
this.activeIcon,
this.iconColor,
this.activeIconColor,
this.iconSize,
this.activeIconSize});