mode property

AutoCompleteMode? mode
final

Text replacement strategy when a suggestion is selected.

Overrides the theme default. Controls how selected suggestions modify the text field content. When null, uses theme or AutoCompleteMode.replaceWord.

Implementation

final AutoCompleteMode? mode;