MaterialTimePickerOptions constructor

const MaterialTimePickerOptions({
  1. TransitionBuilder? builder,
  2. bool useRootNavigator = true,
  3. TimePickerEntryMode initialEntryMode = TimePickerEntryMode.dial,
  4. String? cancelText,
  5. String? confirmText,
  6. String? helpText,
  7. String? errorInvalidText,
  8. String? hourLabelText,
  9. String? minuteLabelText,
  10. 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,
});