NomoVerticalMenuThemeData constructor
const
NomoVerticalMenuThemeData({
- BorderSide border = BorderSide.none,
- BorderSide selectedBorder = BorderSide.none,
- Color foreground = Colors.black,
- Color background = Colors.white,
- Color selectedBackground = Colors.red,
- Color selectedForeground = Colors.red,
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(16)),
- double hPadding = 16.0,
- double itemSpacing = 8.0,
- double spacing = 8.0,
- double height = 56.0,
- double iconSize = 28.0,
Implementation
const NomoVerticalMenuThemeData({
this.border = BorderSide.none,
this.selectedBorder = BorderSide.none,
this.foreground = Colors.black,
this.background = Colors.white,
this.selectedBackground = Colors.red,
this.selectedForeground = Colors.red,
this.borderRadius = const BorderRadius.all(Radius.circular(16)),
this.hPadding = 16.0,
this.itemSpacing = 8.0,
this.spacing = 8.0,
this.height = 56.0,
this.iconSize = 28.0,
});