MaterialDatePickerData class

Constructors

MaterialDatePickerData({DateTime? initialDate, DateTime? firstDate, DateTime? lastDate, DateTime? currentDate, DatePickerEntryMode? initialEntryMode, SelectableDayPredicate? selectableDayPredicate, String? helpText, String? cancelText, String? confirmText, Locale? locale, bool? useRootNavigator, RouteSettings? routeSettings, TextDirection? textDirection, TransitionBuilder? builder, DatePickerMode? initialDatePickerMode, String? errorFormatText, String? errorInvalidText, String? fieldHintText, String? fieldLabelText, Offset? anchorPoint, TextInputType? keyboardType, ValueChanged<DatePickerEntryMode>? onDatePickerModeChange, Icon? switchToCalendarEntryModeIcon, Icon? switchToInputEntryModeIcon, Color? barrierColor, bool? barrierDismissible, String? barrierLabel})

Properties

anchorPoint Offset?
final
barrierColor Color?
final
barrierDismissible bool?
final
barrierLabel String?
final
builder TransitionBuilder?
final
cancelText String?
final
confirmText String?
final
currentDate DateTime?
final
errorFormatText String?
final
errorInvalidText String?
final
fieldHintText String?
final
fieldLabelText String?
final
firstDate DateTime?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
helpText String?
final
initialDate DateTime?
finalinherited
initialDatePickerMode DatePickerMode?
final
initialEntryMode DatePickerEntryMode?
final
keyboardType TextInputType?
final
lastDate DateTime?
finalinherited
locale Locale?
final
onDatePickerModeChange ValueChanged<DatePickerEntryMode>?
final
routeSettings RouteSettings?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectableDayPredicate SelectableDayPredicate?
final
switchToCalendarEntryModeIcon Icon?
final
switchToInputEntryModeIcon Icon?
final
textDirection TextDirection?
final
useRootNavigator bool?
final

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