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