NomoColors class
Constructors
- NomoColors({required dynamic brightness, required dynamic primary, required dynamic onPrimary, required dynamic primaryContainer, required dynamic secondary, required dynamic onSecondary, required dynamic secondaryContainer, required dynamic background, required dynamic surface, required dynamic error, required dynamic disabledColor, required dynamic foreground1, required dynamic foreground2, required dynamic foreground3})
-
const
Properties
- background → dynamic
-
final
- brightness → dynamic
-
final
- disabledColor → dynamic
-
final
- error → dynamic
-
final
- foreground1 → dynamic
-
final
- foreground2 → dynamic
-
final
- foreground3 → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onPrimary → dynamic
-
Color on primary
final
- onSecondary → dynamic
-
final
- primary → dynamic
-
Primary color
final
- primaryContainer → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondary → dynamic
-
final
- secondaryContainer → dynamic
-
final
- surface → dynamic
-
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