maybeScopeOf static method
Returns the nearest TTableCellScope, or null if none is in scope.
Implementation
static TTableCellScope? maybeScopeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<TTableCellScope>();
}
Returns the nearest TTableCellScope, or null if none is in scope.
static TTableCellScope? maybeScopeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<TTableCellScope>();
}