syntaxTree function
Get the current syntax tree from an EditorState.
Implementation
Tree? syntaxTree(dynamic state) => _syntaxTreeAccessor?.call(state);
Get the current syntax tree from an EditorState.
Tree? syntaxTree(dynamic state) => _syntaxTreeAccessor?.call(state);