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