neutralSquareButtonsMenuLightTheme top-level property

SeniorSquareButtonsMenuThemeData neutralSquareButtonsMenuLightTheme
final

Implementation

final neutralSquareButtonsMenuLightTheme = SeniorSquareButtonsMenuThemeData(
  style: SeniorSquareButtonsMenuStyle(
    backgroundColor: SeniorColors.grayscale50,
    borderColor: Colors.transparent,
    fontColor: SeniorColors.pureWhite,
    iconColor: SeniorColors.pureWhite,
    disabledBackgroundColor: SeniorColors.grayscale50.withOpacity(0.5),
    disabledBorderColor: Colors.transparent,
    disabledFontColor: SeniorColors.pureWhite,
    disabledIconColor: SeniorColors.pureWhite,
  ),
);