FBottomNavigationBarItemStyle constructor
FBottomNavigationBarItemStyle({})
Creates a FBottomNavigationBarItemStyle.
Implementation
FBottomNavigationBarItemStyle({
required this.activeIconColor,
required this.inactiveIconColor,
required this.activeTextStyle,
required this.inactiveTextStyle,
this.iconSize = 24,
this.padding = const EdgeInsets.all(5),
});