CupertinoBottomBarTheme constructor
CupertinoBottomBarTheme({})
Implementation
CupertinoBottomBarTheme({
super.bgColor,
super.height,
this.selectedItemColor,
this.unselectedItemColor,
this.type,
this.border,
this.iconSize = 24,
});