emphasisSquareButtonsMenuLightTheme top-level property

SeniorSquareButtonsMenuThemeData emphasisSquareButtonsMenuLightTheme
final

Implementation

final emphasisSquareButtonsMenuLightTheme = SeniorSquareButtonsMenuThemeData(
  style: SeniorSquareButtonsMenuStyle(
    backgroundGradientColors: SeniorColors.primaryGradientColors,
    borderColor: Colors.transparent,
    fontColor: SeniorColors.pureWhite,
    iconColor: SeniorColors.pureWhite,
    disabledBackgroundColor: SeniorColors.primaryColor.withOpacity(0.5),
    disabledBorderColor: Colors.transparent,
    disabledFontColor: SeniorColors.pureWhite,
    disabledIconColor: SeniorColors.pureWhite,
  ),
);