emphasisNegativeSquareButtonsMenuWiipoTheme top-level property
Implementation
final emphasisNegativeSquareButtonsMenuWiipoTheme =
SeniorSquareButtonsMenuThemeData(
style: SeniorSquareButtonsMenuStyle(
backgroundColor: WiipoColors.grayscale5,
borderColor: WiipoColors.primaryColor,
fontColor: WiipoColors.grayscale50,
iconColor: WiipoColors.primaryColor,
disabledBackgroundColor: WiipoColors.grayscale5.withValues(alpha: 0.5),
disabledBorderColor: WiipoColors.primaryColor.withValues(alpha: 0.5),
disabledFontColor: WiipoColors.grayscale50,
disabledIconColor: WiipoColors.primaryColor,
),
);