successSnackbarLightTheme top-level constant

SeniorSnackbarThemeData const successSnackbarLightTheme

Implementation

const successSnackbarLightTheme = const SeniorSnackbarThemeData(
  style: SeniorSnackbarStyle(
    backgroundColor: SeniorColors.manchesterColorGreen100,
    fontColor: SeniorColors.pureBlack,
    iconColor: SeniorColors.manchesterColorGreen,
  ),
);