maybeOf static method

QuillEditorProvider? maybeOf(
  1. BuildContext context
)

Implementation

static QuillEditorProvider? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<QuillEditorProvider>();
}