TimePickerDialog constructor
const
TimePickerDialog({})
Implementation
const TimePickerDialog({
super.key,
this.initialValue,
this.onChanged,
required this.use24HourFormat,
this.showSeconds = false,
});
const TimePickerDialog({
super.key,
this.initialValue,
this.onChanged,
required this.use24HourFormat,
this.showSeconds = false,
});