Properties
| Property | Type | Description |
|---|---|---|
| options | List<String> | The list of options for the autocomplete. |
| onSelected | Map<String, dynamic>? | The callback that is called when an option is selected. |
| optionsMaxHeight | double | The maximum height of the options list. Defaults to 200. |
| optionsViewOpenDirection | OptionsViewOpenDirection | The direction in which the options view opens. Defaults to OptionsViewOpenDirection.down. |
| initialValue | String? | The initial value of the autocomplete field. |