codeActionsNotifier property

ValueNotifier<List?> codeActionsNotifier
final

A ValueNotifier that returns LSP code actions if available.

Implementation

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