DateRangePickerConfiguration enum

Possible date range picker configurations.

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<DateRangePickerConfiguration>
A constant List of the values in this enum, in order of their declaration.