StandardDateField constructor
const
StandardDateField({})
Implementation
const StandardDateField({
super.key,
this.initialValue,
this.validator,
this.enabled = true,
this.firstDate,
this.lastDate,
required this.onChanged,
required this.labelText,
this.labelStyle,
this.includeTime = false,
this.autoValidate = false,
});