DateRangePickerConfiguration enum
Possible date range picker configurations.
Values
- basic → const DateRangePickerConfiguration
-
Basic configuration. Only show pre-defined list initially.
When "Custom" date range is selected, .right-column will be shown and pre-defined list will be hidden.
- predefinedRangesOnly → const DateRangePickerConfiguration
-
Only a dropdown of pre-defined ranges will be shown.
- fullyLoaded → const DateRangePickerConfiguration
-
Custom date range picker will be shown along with pre-defined ranges.
Properties
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<
DateRangePickerConfiguration> - A constant List of the values in this enum, in order of their declaration.