errorSnackbarLightTheme top-level constant

SeniorSnackbarThemeData const errorSnackbarLightTheme

Implementation

const errorSnackbarLightTheme = const SeniorSnackbarThemeData(
  style: SeniorSnackbarStyle(
    backgroundColor: SeniorColors.manchesterColorRed100,
    fontColor: SeniorColors.pureBlack,
    iconColor: SeniorColors.manchesterColorRed,
  ),
);