ghostNegativeSquareButtonsMenuWiipoTheme top-level property

SeniorSquareButtonsMenuThemeData ghostNegativeSquareButtonsMenuWiipoTheme
final

Implementation

final ghostNegativeSquareButtonsMenuWiipoTheme =
    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,
  ),
);