maybeOf static method
- BuildContext context
The nearest SceneScope, or null if there is none.
Implementation
static SceneScope? maybeOf(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<SceneScope>();
The nearest SceneScope, or null if there is none.
static SceneScope? maybeOf(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<SceneScope>();