neutralNegativeSquareButtonsMenuWiipoTheme top-level property

SeniorSquareButtonsMenuThemeData neutralNegativeSquareButtonsMenuWiipoTheme
final

Implementation

final neutralNegativeSquareButtonsMenuWiipoTheme =
    SeniorSquareButtonsMenuThemeData(
  style: SeniorSquareButtonsMenuStyle(
    backgroundColor: WiipoColors.grayscale5,
    borderColor: WiipoColors.grayscale50,
    fontColor: WiipoColors.grayscale50,
    iconColor: WiipoColors.grayscale50,
    disabledBackgroundColor: WiipoColors.grayscale5.withValues(alpha: 0.5),
    disabledBorderColor: WiipoColors.grayscale50.withValues(alpha: 0.5),
    disabledFontColor: WiipoColors.grayscale50,
    disabledIconColor: WiipoColors.grayscale50,
  ),
);