ControlledTimePicker constructor
const
ControlledTimePicker({
- Key? key,
- TimePickerController? controller,
- TimeOfDay? initialValue,
- ValueChanged<
TimeOfDay?> ? onChanged, - bool enabled = true,
- PromptMode mode = PromptMode.dialog,
- Widget? placeholder,
- AlignmentGeometry? popoverAlignment,
- AlignmentGeometry? popoverAnchorAlignment,
- EdgeInsetsGeometry? popoverPadding,
- bool? use24HourFormat,
- bool showSeconds = false,
- Widget? dialogTitle,
Implementation
const ControlledTimePicker({
super.key,
this.controller,
this.initialValue,
this.onChanged,
this.enabled = true,
this.mode = PromptMode.dialog,
this.placeholder,
this.popoverAlignment,
this.popoverAnchorAlignment,
this.popoverPadding,
this.use24HourFormat,
this.showSeconds = false,
this.dialogTitle,
});