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