XTextFieldDatePickerOptions class

Configuration class for date picker input on XTextField.

Constructors

XTextFieldDatePickerOptions({DateTime? initialDate, String dateFormat = 'dd/MM/yyyy'})
Creates a new XTextFieldDatePickerOptions instance.
const

Properties

dateFormat String
The date format used when presenting the date.
final
hashCode int
The hash code for this object.
no setterinherited
initialDate DateTime?
The first date shown in the date picker.
final
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