ColorScheme class
Constructors
-
ColorScheme({Color primary = Color.cyan, Color secondary = Color.magenta, Color background = Color.black, Color foreground = Color.white, Color error = Color.red, Color success = Color.green, Color warning = Color.yellow, Color info = Color.brightBlue, Color muted = Color.brightBlack})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited