suggestionsNotifier property
A ValueNotifier used to for showing code suggestions.
returnd null if no suggestions are available.
Implementation
final ValueNotifier<List<dynamic>?> suggestionsNotifier = ValueNotifier(null);
A ValueNotifier used to for showing code suggestions.
returnd null if no suggestions are available.
final ValueNotifier<List<dynamic>?> suggestionsNotifier = ValueNotifier(null);