DateFormField constructor
const
DateFormField({
- Key? key,
- required DateChangedArgs onChanged,
- FormFieldValidator<
DateTime?> ? validator, - DateTime? initialDate,
- String? labelText,
- bool autofocus = false,
- DateTime? firstDate,
- DateTime? lastDate,
- TapRegionCallback? onTapOutside,
Implementation
const DateFormField(
{super.key,
required this.onChanged,
this.validator,
this.initialDate,
this.labelText,
this.autofocus = false,
this.firstDate,
this.lastDate,
this.onTapOutside});