maybeOf static method
The nearest scope, or null.
Implementation
static M3ESelectionScope? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<M3ESelectionScope>();
}
The nearest scope, or null.
static M3ESelectionScope? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<M3ESelectionScope>();
}