AppDateSelectorField constructor
AppDateSelectorField({})
Implementation
AppDateSelectorField({
super.key,
this.autovalidateMode = AutovalidateMode.disabled,
required this.initialDate,
required this.firstDate,
required this.lastDate,
this.labelText,
this.onDateSelected,
this.enabled = true,
this.onChanged,
this.validator,
}) {
controller.text = initialDate.formatToShortDateDisplay();
}