primaryButtonWiipoTheme top-level constant
SeniorButtonThemeData
const primaryButtonWiipoTheme
Implementation
const primaryButtonWiipoTheme = const SeniorButtonThemeData(
style: SeniorButtonStyle(
backgroundColor: WiipoColors.primaryColor600,
disabledBackgroundColor: WiipoColors.grayscale30,
contentColor: WiipoColors.grayscale0,
disabledContentColor: WiipoColors.grayscale60,
borderColor: WiipoColors.primaryColor600,
outlinedBorderColor: WiipoColors.primaryColor600,
disabledBorderColor: WiipoColors.primaryColor300,
loaderColor: WiipoColors.primaryColor500,
dangerBackgroundColor: WiipoColors.manchesterColorRed500,
dangerDisabledBackgroundColor: WiipoColors.manchesterColorRed300,
dangerContentColor: WiipoColors.grayscale0,
dangerDisabledContentColor: WiipoColors.manchesterColorRed100,
dangerBorderColor: WiipoColors.manchesterColorRed500,
dangerDisabledBorderColor: WiipoColors.manchesterColorRed300,
dangerLoaderColor: WiipoColors.manchesterColorRed500,
outlinedContentColor: WiipoColors.primaryColor600,
dangerOutlinedContentColor: WiipoColors.manchesterColorRed500,
dangerOutlinedDisabledContentColor: WiipoColors.manchesterColorRed300,
outlinedDisabledContentColor: WiipoColors.primaryColor300,
),
);