MaterialTimePickerOptions class

Options to configure the TimePickerDialog.

Annotations

Constructors

MaterialTimePickerOptions({TransitionBuilder? builder, bool useRootNavigator = true, TimePickerEntryMode initialEntryMode = TimePickerEntryMode.dial, String? cancelText, String? confirmText, String? helpText, String? errorInvalidText, String? hourLabelText, String? minuteLabelText, Orientation? orientation})
const

Properties

builder TransitionBuilder?
See parameter builder in showTimePicker.
final
cancelText String?
See TimePickerDialog.cancelText.
final
confirmText String?
See TimePickerDialog.confirmText.
final
errorInvalidText String?
See TimePickerDialog.errorInvalidText.
final
hashCode int
The hash code for this object.
no setteroverride
helpText String?
See TimePickerDialog.helpText.
final
hourLabelText String?
See TimePickerDialog.hourLabelText.
final
initialEntryMode TimePickerEntryMode
See TimePickerDialog.initialEntryMode.
final
minuteLabelText String?
See TimePickerDialog.minuteLabelText.
final
orientation Orientation?
See TimePickerDialog.orientation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useRootNavigator bool
See parameter useRootNavigator in showTimePicker.
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.
override