enableSuggestions method
Should suggestion be used
Equivalent to
TextFormField(
enableSuggestions: input
)
Implementation
NikuTextField enableSuggestions(bool suggestion) {
this._enableSuggestions = suggestion;
return this;
}
Should suggestion be used
Equivalent to
TextFormField(
enableSuggestions: input
)
NikuTextField enableSuggestions(bool suggestion) {
this._enableSuggestions = suggestion;
return this;
}