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