date_picker_constants library

Constants

DATE_PICKER_MAX_DATETIME → const String
Default value of maximum datetime.
DATE_PICKER_MIN_DATETIME → const String
Default value of minimum datetime.
DATETIME_PICKER_DATE_FORMAT → const String
Default value of date format
DATETIME_PICKER_DATETIME_FORMAT → const String
Default value of datetime format
DATETIME_PICKER_TIME_FORMAT → const String
Default value of time format

Typedefs

DateValueCallback = dynamic Function(DateTime dateTime, List<int> selectedIndex)
Selected value of DatePicker.
DateVoidCallback = dynamic Function()
Pressed cancel callback.