AtomicDateRangePicker constructor
const
AtomicDateRangePicker({})
Implementation
const AtomicDateRangePicker({
super.key,
required this.onDateRangeSelected,
this.initialStartDate,
this.initialEndDate,
this.firstDate,
this.lastDate,
this.startLabel = 'Start Date',
this.endLabel = 'End Date',
this.enabled = true,
});