NomoBottomBarThemeData constructor
const
NomoBottomBarThemeData({
- Color foreground = Colors.black,
- Color background = Colors.white,
- Color selectedForeground = Colors.red,
- BorderRadius itemBorderRadius = const BorderRadius.all(Radius.circular(8)),
- BorderRadius borderRadius = BorderRadius.zero,
- double height = 56.0,
- double spacing = 4.0,
- double iconSize = 28.0,
- EdgeInsetsGeometry padding = const EdgeInsets.all(4),
- double elevation = 16.0,
- EdgeInsetsGeometry itemPadding = const EdgeInsets.symmetric(horizontal: 8),
Implementation
const NomoBottomBarThemeData({
this.foreground = Colors.black,
this.background = Colors.white,
this.selectedForeground = Colors.red,
this.itemBorderRadius = const BorderRadius.all(Radius.circular(8)),
this.borderRadius = BorderRadius.zero,
this.height = 56.0,
this.spacing = 4.0,
this.iconSize = 28.0,
this.padding = const EdgeInsets.all(4),
this.elevation = 16.0,
this.itemPadding = const EdgeInsets.symmetric(horizontal: 8),
});