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