ReactiveDatePickerDelegate<T> class

This class is responsible of showing the picker dialog.

See also ReactiveDatePicker.

Properties

control FormControl<T>
Gets the control bound to the ReactiveTimePicker widget
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value DateTime?
Gets the value selected in the date picker.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showPicker() → void
Shows the time picker dialog.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited