ghostSquareButtonsMenuLightTheme top-level property

SeniorSquareButtonsMenuThemeData ghostSquareButtonsMenuLightTheme
final

Implementation

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