colorScheme property
ColorScheme
get
colorScheme
Implementation
ColorScheme get colorScheme => ColorScheme(
brightness: Brightness.light,
primary: colors.regalBlue,
onPrimary: colors.white,
secondary: colors.burningOrange,
onSecondary: colors.white,
error: colors.lavaRed,
onError: colors.white,
background: colors.seaShellGray,
onBackground: colors.woodsmokeBlack,
surface: colors.alabasterWhite,
onSurface: colors.woodsmokeBlack,
onSurfaceVariant: colors.darkSpringGreen,
tertiaryContainer: colors.tropicalBlue,
inversePrimary: colors.paleLeafGreen,
surfaceTint: colors.waterBlue,
outline: colors.quillGray,
shadow: colors.davyGray,
tertiary: colors.paleRose,
onTertiaryContainer: colors.curiousBlue,
);