ArcaneDatePicker.range constructor
const
ArcaneDatePicker.range({})
Implementation
const ArcaneDatePicker.range({
this.rangeValue,
this.onRangeChanged,
this.label,
this.placeholder,
this.formatDate,
this.minDate,
this.maxDate,
this.disabledDates,
this.disabled = false,
this.error,
this.clearable = true,
this.size = DatePickerSize.md,
super.key,
}) : value = null,
onChanged = null,
mode = CalendarMode.range;