WColor enum
Values
- primary → const WColor
-
First Color
Type - onPrimary → const WColor
-
First Color
On Type - primaryContainer → const WColor
-
First Color
Container Type - onPrimaryContainer → const WColor
-
First Color
On Container Type - secondary → const WColor
-
Second Color
Type - onSecondary → const WColor
-
Second Color
On Type - secondaryContainer → const WColor
-
Second Color
Container Type - onSecondaryContainer → const WColor
-
Second Color
On Container Type - tertiary → const WColor
-
Third Color
Type - onTertiary → const WColor
-
Third Color
On Type - tertiaryContainer → const WColor
-
Third Color
Container Type - onTertiaryContainer → const WColor
-
Third Color
On Container Type - error → const WColor
-
Error Color
Type - onError → const WColor
-
Error Color
On Type - errorContainer → const WColor
-
Error Color
Container Type - onErrorContainer → const WColor
-
Error Color
On Container Type - background → const WColor
-
Background Color
Type - onBackground → const WColor
-
Background Color
On Type
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
color(
BuildContext context) → Color -
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