syntaxTree function

Tree? syntaxTree(
  1. dynamic state
)

Get the current syntax tree from an EditorState.

Implementation

Tree? syntaxTree(dynamic state) => _syntaxTreeAccessor?.call(state);