findEditContext method

SuperEditorContext findEditContext()

Implementation

SuperEditorContext findEditContext() =>
    ((find.byType(SuperEditor).evaluate().first as StatefulElement).state as SuperEditorState).editContext;