AtomicSimpleTimePicker constructor
const
AtomicSimpleTimePicker({})
Implementation
const AtomicSimpleTimePicker({
super.key,
required this.onTimeSelected,
this.initialTime,
this.label,
this.hintText = 'Select time',
this.enabled = true,
this.use24HourFormat,
});