ColorSet class
Constructors
- ColorSet({required Color mainText, required Color minorText, required Color subtext, required Color mainBackground, required Color minorBackground, required Color mainDetails, required Color minorDetails, required Color shadow, required Color accent, required Color primary, required Color dark, required Color error, required Color disabledText, required Color disabledBackground, required Color disabledPrimary})
-
const
Properties
- accent → Color
-
final
- dark → Color
-
final
- disabledBackground → Color
-
final
- disabledPrimary → Color
-
final
- disabledText → Color
-
final
- error → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainBackground → Color
-
final
- mainDetails → Color
-
final
- mainText → Color
-
final
- minorBackground → Color
-
final
- minorDetails → Color
-
final
- minorText → Color
-
final
- primary → Color
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadow → Color
-
final
- subtext → Color
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited