BottomPickerTheme enum
Values
- blue → const BottomPickerTheme
-
const BottomPickerTheme(gradientColors: [Color(0xFF3366FF), Color(0xFF00CCFF)])
- orange → const BottomPickerTheme
-
const BottomPickerTheme(gradientColors: [Color(0xFFff7e5f), Color(0xFFfeb47b)])
- temptingAzure → const BottomPickerTheme
-
const BottomPickerTheme(gradientColors: [Color(0xFF84fab0), Color(0xFF8fd3f4)])
- heavyRain → const BottomPickerTheme
-
const BottomPickerTheme(gradientColors: [Color(0xFFcfd9df), Color(0xFFe2ebf0)])
- plumPlate → const BottomPickerTheme
-
const BottomPickerTheme(gradientColors: [Color(0xFF667eea), Color(0xFF764ba2)])
- morningSalad → const BottomPickerTheme
-
const BottomPickerTheme(gradientColors: [Color(0xFFB7F8DB), Color(0xFF50A7C2)])
Properties
-
gradientColors
→ List<
Color> -
final
- 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<
BottomPickerTheme> - A constant List of the values in this enum, in order of their declaration.