selectedSuggestionNotifier property

ValueNotifier<int?> selectedSuggestionNotifier
final

Returns the index of the selected suggestion from the suggestionsNotifier

Implementation

final ValueNotifier<int?> selectedSuggestionNotifier = ValueNotifier(null);