of<R> static method

EditableTableController<R>? of<R>(
  1. BuildContext context
)

Implementation

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