XTextFieldTimePickerOptions class
Configuration class for time picker input on XTextField.
Constructors
- XTextFieldTimePickerOptions({TimeOfDay? initialTime, String timeFormat = 'HH:mm'})
-
Creates a new XTextFieldTimePickerOptions instance.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialTime → TimeOfDay?
-
The initially selected time.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeFormat → String
-
Formatting string for displaying the selected time.
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