Material2BottomBarTheme constructor
Material2BottomBarTheme({})
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,
});