ghostSquareButtonsMenuWiipoTheme top-level property

SeniorSquareButtonsMenuThemeData ghostSquareButtonsMenuWiipoTheme
final

Implementation

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