DatePickerMode enum
Initial display mode of the date picker dialog.
Date picker UI mode for either showing a list of available years or a monthly calendar initially in the dialog shown by calling showDatePicker.
Also see:
Values
- day → const DatePickerMode
-
Show a date picker UI for choosing a month and day.
- year → const DatePickerMode
-
Show a date picker UI for choosing a year.
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<
DatePickerMode> - A constant List of the values in this enum, in order of their declaration.