completer property
Function to customize suggestion text before application.
Called when a suggestion is selected, allowing modification of the final text inserted into the field. Useful for adding prefixes, suffixes, or formatting. Defaults to returning the suggestion unchanged.
Implementation
final AutoCompleteCompleter completer;