of static method

Retrieves the widget instance from the given context.

Implementation

static HtmlEditorApiWidget? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<HtmlEditorApiWidget>();