ReactiveTimePickerDelegate class

This class is responsible of showing the picker dialog.

See also ReactiveTimePicker.

Properties

control FormControl<TimeOfDay>
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 TimeOfDay?
Gets the value selected in the time 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