ArcaneDatePicker constructor
const
ArcaneDatePicker({
- DateTime? value,
- void onChanged()?,
- String? label,
- String? placeholder,
- String formatDate()?,
- DateTime? minDate,
- DateTime? maxDate,
- bool disabledDates()?,
- bool disabled = false,
- String? error,
- bool clearable = true,
- DatePickerSize size = DatePickerSize.md,
- CalendarMode mode = CalendarMode.single,
- DateRange? rangeValue,
- void onRangeChanged()?,
- Key? key,
Implementation
const ArcaneDatePicker({
this.value,
this.onChanged,
this.label,
this.placeholder,
this.formatDate,
this.minDate,
this.maxDate,
this.disabledDates,
this.disabled = false,
this.error,
this.clearable = true,
this.size = DatePickerSize.md,
this.mode = CalendarMode.single,
this.rangeValue,
this.onRangeChanged,
super.key,
});