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