ColorPickerType enum
Enum that represents the different offered color picker types.
Values
- both → const ColorPickerType
-
A color picker that contains both primary and accent Material colors.
- primary → const ColorPickerType
-
A color picker that contain the primary Material color swatches.
- accent → const ColorPickerType
-
A color picker that contain the accent Material color swatches.
- bw → const ColorPickerType
-
A color picker that offers black and white and their very near shades as color swatches.
- custom → const ColorPickerType
-
A color picker that shows custom provided colors and their material like swatches and a custom name for each color swatch.
- customSecondary → const ColorPickerType
-
A secondary color picker that shows custom provided colors and their material like swatches and a custom name for each color swatch.
- wheel → const ColorPickerType
-
A HSV color wheel picker that can select any color.
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
-
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
Constants
-
values
→ const List<
ColorPickerType> - A constant List of the values in this enum, in order of their declaration.