Material2BottomBarTheme constructor
Material2BottomBarTheme({
- Color? bgColor,
- double? height,
- Color? selectedItemColor,
- Color? unselectedItemColor,
- BottomNavigationBarType? type,
- IconThemeData? iconThemeData,
- double? elevation,
- double selectedFontSize = 14.0,
- double unselectedFontSize = 12.0,
- double iconSize = 24,
Implementation
Material2BottomBarTheme({
super.bgColor,
super.height,
this.selectedItemColor,
this.unselectedItemColor,
this.type,
this.iconThemeData,
this.elevation,
this.selectedFontSize = 14.0,
this.unselectedFontSize = 12.0,
this.iconSize = 24,
});