of<R> static method
Implementation
static EditableTableController<R>? of<R>(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<EditableTableScope<R>>()?.controller;
static EditableTableController<R>? of<R>(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<EditableTableScope<R>>()?.controller;