ThemeColors class
Constructors
-
ThemeColors({Color? primary, Color? secondary, Color? tertiary, Color? error, Color? warning, Color? disable, Color? light, Color? lightAsFixed, Color? dark, Color? darkAsFixed, Color? mid, Color? holo, Color? soft, Color? deep, Color? optional})
-
const
Methods
-
copy({Color? primary, Color? secondary, Color? tertiary, Color? error, Color? warning, Color? disable, Color? light, Color? lightAsFixed, Color? dark, Color? darkAsFixed, Color? mid, Color? holo, Color? soft, Color? deep, Color? optional})
→ ThemeColors
-
-
defaults({Color? primary, Color? secondary, Color? tertiary, Color? error, Color? warning, Color? disable, Color? light, Color? lightAsFixed, Color? dark, Color? darkAsFixed, Color? mid, Color? holo, Color? soft, Color? deep, Color? optional})
→ ThemeColors
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
x(_Theme<Color>? parent)
→ ThemeColors
-