read static method
Implementation
static EditableTableController? read(BuildContext context) =>
(context.getElementForInheritedWidgetOfExactType<EditableTableScope>()?.widget as EditableTableScope?)
?.controller;
static EditableTableController? read(BuildContext context) =>
(context.getElementForInheritedWidgetOfExactType<EditableTableScope>()?.widget as EditableTableScope?)
?.controller;