neutralNegativeSquareButtonsMenuLightTheme top-level property

SeniorSquareButtonsMenuThemeData neutralNegativeSquareButtonsMenuLightTheme
final

Implementation

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