AtomicSimpleDatePicker constructor
const
AtomicSimpleDatePicker({})
Implementation
const AtomicSimpleDatePicker({
super.key,
required this.onDateSelected,
this.initialDate,
this.label,
this.hintText = 'Select date',
this.enabled = true,
});