CLDatePicker constructor
const
CLDatePicker({})
Selezione singola.
Implementation
const CLDatePicker({
super.key,
this.selected,
this.onChanged,
this.placeholder,
this.firstDate,
this.lastDate,
this.selectableDayPredicate,
this.width,
this.closeOnSelect = true,
}) : isRange = false,
rangeStart = null,
rangeEnd = null,
onRangeChanged = null;