ArcaneDateTimePicker.date constructor
const
ArcaneDateTimePicker.date({})
Implementation
const ArcaneDateTimePicker.date({
this.value,
this.onDateChanged,
this.label,
this.placeholder,
this.disabled = false,
this.error,
this.clearable = true,
this.size = DateTimePickerSize.md,
this.minDate,
this.maxDate,
this.disabledDates,
this.formatDate,
super.key,
}) : mode = DateTimePickerMode.date,
timeValue = null,
onTimeChanged = null,
onChanged = null,
use24Hour = false,
minuteInterval = 1,
showSeconds = false;