SeniorSquareButtonsMenuStyle constructor

const SeniorSquareButtonsMenuStyle({
  1. Color? backgroundColor,
  2. List<Color>? backgroundGradientColors,
  3. Color? borderColor,
  4. Color? disabledBackgroundColor,
  5. List<Color>? disabledBackgroundGradientColors,
  6. Color? disabledBorderColor,
  7. Color? disabledFontColor,
  8. Color? disabledIconColor,
  9. Color? fontColor,
  10. Color? iconColor,
})

Style definitions for the Senior Square Buttons Menu component.

Implementation

const SeniorSquareButtonsMenuStyle({
  this.backgroundColor,
  this.backgroundGradientColors,
  this.borderColor,
  this.disabledBackgroundColor,
  this.disabledBackgroundGradientColors,
  this.disabledBorderColor,
  this.disabledFontColor,
  this.disabledIconColor,
  this.fontColor,
  this.iconColor,
});