ColorScheme constructor
const
ColorScheme({})
Implementation
const ColorScheme({
this.primary = Color.cyan,
this.secondary = Color.magenta,
this.background = Color.black,
this.foreground = Color.white,
this.error = Color.red,
this.success = Color.green,
this.warning = Color.yellow,
this.info = Color.brightBlue,
this.muted = Color.brightBlack,
});