maybeOf static method

TTableScope? maybeOf(
  1. BuildContext context
)

Implementation

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