NomoVerticalMenuColorDataNullable constructor

const NomoVerticalMenuColorDataNullable(
  1. {dynamic foreground,
  2. dynamic background,
  3. dynamic selectedBackground,
  4. dynamic selectedForeground,
  5. dynamic borderRadius}
)

Implementation

const NomoVerticalMenuColorDataNullable({
  this.foreground,
  this.background,
  this.selectedBackground,
  this.selectedForeground,
  this.borderRadius,
});