emphasisSquareButtonsMenuWiipoTheme top-level property
Implementation
final emphasisSquareButtonsMenuWiipoTheme = SeniorSquareButtonsMenuThemeData(
style: SeniorSquareButtonsMenuStyle(
backgroundGradientColors: WiipoColors.primaryGradientColors,
borderColor: Colors.transparent,
fontColor: WiipoColors.pureWhite,
iconColor: WiipoColors.pureWhite,
disabledBackgroundColor: WiipoColors.primaryColor.withValues(alpha: 0.5),
disabledBorderColor: Colors.transparent,
disabledFontColor: WiipoColors.pureWhite,
disabledIconColor: WiipoColors.pureWhite,
),
);