NomoVerticalMenuThemeDataNullable constructor
const
NomoVerticalMenuThemeDataNullable({
- BorderSide? border,
- BorderSide? selectedBorder,
- Color? foreground,
- Color? background,
- Color? selectedBackground,
- Color? selectedForeground,
- BorderRadius? borderRadius,
- double? hPadding,
- double? itemSpacing,
- double? spacing,
- double? height,
- double? iconSize,
Implementation
const NomoVerticalMenuThemeDataNullable({
this.border,
this.selectedBorder,
this.foreground,
this.background,
this.selectedBackground,
this.selectedForeground,
this.borderRadius,
this.hPadding,
this.itemSpacing,
this.spacing,
this.height,
this.iconSize,
});