AutocompleteTypeField constructor
const
AutocompleteTypeField({
- Key? key,
- required ChangedArgs onChanged,
- required String dataType,
- String? initialValue,
- String? labelText,
- FormFieldValidator<
String> ? validator, - bool autofocus = false,
Implementation
const AutocompleteTypeField(
{super.key,
required this.onChanged,
required this.dataType,
this.initialValue,
this.labelText,
this.validator,
this.autofocus = false});