dangerIconButtonLightTheme top-level constant

SeniorIconButtonThemeData const dangerIconButtonLightTheme

Implementation

const dangerIconButtonLightTheme = const SeniorIconButtonThemeData(
  style: SeniorIconButtonStyle(
    borderColor: Colors.transparent,
    buttonColor: SeniorColors.manchesterColorRed,
    disabledBorderColor: Colors.transparent,
    disabledButtonColor: SeniorColors.manchesterColorRed300,
    disabledIconColor: SeniorColors.pureWhite,
    iconColor: SeniorColors.pureWhite,
    outlinedColor: SeniorColors.manchesterColorRed600,
  ),
);