suggestionsNotifier property

ValueNotifier<List?> suggestionsNotifier
final

A ValueNotifier used to for showing code suggestions. returnd null if no suggestions are available.

Implementation

final ValueNotifier<List<dynamic>?> suggestionsNotifier = ValueNotifier(null);