maybeOf static method
Looks up the nearest SignalScope ancestor.
Implementation
static SignalScope? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<SignalScope>();
}
Looks up the nearest SignalScope ancestor.
static SignalScope? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<SignalScope>();
}