NiceTimePicker constructor
Implementation
const NiceTimePicker({
super.key,
this.value,
this.onChanged,
this.label,
this.hint,
this.use24HourFormat = true,
this.minuteInterval = 1,
this.enabled = true,
});
const NiceTimePicker({
super.key,
this.value,
this.onChanged,
this.label,
this.hint,
this.use24HourFormat = true,
this.minuteInterval = 1,
this.enabled = true,
});