NomoBottomBarThemeDataNullable constructor
const
NomoBottomBarThemeDataNullable({
- Color? foreground,
- Color? background,
- Color? selectedForeground,
- BorderRadius? itemBorderRadius,
- BorderRadius? borderRadius,
- double? height,
- double? spacing,
- double? iconSize,
- EdgeInsetsGeometry? padding,
- double? elevation,
- EdgeInsetsGeometry? itemPadding,
Implementation
const NomoBottomBarThemeDataNullable({
this.foreground,
this.background,
this.selectedForeground,
this.itemBorderRadius,
this.borderRadius,
this.height,
this.spacing,
this.iconSize,
this.padding,
this.elevation,
this.itemPadding,
});