lightColorScheme constant

ColorScheme const lightColorScheme

Implementation

static const lightColorScheme = ColorScheme(
  primary: RALIColors.primary,
  primaryContainer: RALIColors.primaryDark,
  secondary: RALIColors.secondary,
  secondaryContainer: RALIColors.secondaryDark,
  surface: RALIColors.surface,
  background: RALIColors.background,
  error: RALIColors.error,
  onPrimary: Colors.white,
  onSecondary: Colors.white,
  onSurface: RALIColors.textPrimary,
  onBackground: RALIColors.textPrimary,
  onError: Colors.white,
  brightness: Brightness.light,
);