maybeOf static method
Retrieves the nearest TTableScope from the context (nullable).
Implementation
static TTableScope? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<TTableScope>();
}
Retrieves the nearest TTableScope from the context (nullable).
static TTableScope? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<TTableScope>();
}