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