NomoVerticalMenuThemeDataNullable constructor

const NomoVerticalMenuThemeDataNullable({
  1. BorderSide? border,
  2. BorderSide? selectedBorder,
  3. Color? foreground,
  4. Color? background,
  5. Color? selectedBackground,
  6. Color? selectedForeground,
  7. BorderRadius? borderRadius,
  8. double? hPadding,
  9. double? itemSpacing,
  10. double? spacing,
  11. double? height,
  12. 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,
});