suggestionsController property

SuggestionsController<T>? suggestionsController
final

Controller to manage the state of the suggestions box.

This can be used to programmatically open and close the suggestions box or read various states such as the suggestions list, loading state, etc.

Implementation

final SuggestionsController<T>? suggestionsController;