MAutocompleterTextField constructor
const
MAutocompleterTextField({})
Implementation
const MAutocompleterTextField({
super.key,
this.getOptions,
this.getOptionsAsync,
this.decoration = const InputDecoration(),
this.style,
this.optionStyle,
this.maxOptionsVisible = 5,
}) : assert(getOptions != null || getOptionsAsync != null);