enableSuggestions method

AzTextFormField enableSuggestions([
  1. bool enableSuggestions = true
])

Implementation

AzTextFormField enableSuggestions([bool enableSuggestions = true]) {
  _enableSuggestions = enableSuggestions;
  return this;
}