mayFindScope method
Finds the nearest ZenScope above this context, or returns null if none is found.
Similar to findScope, but returns null instead of throwing an exception if no scope is found.
Implementation
ZenScope? mayFindScope() {
return ZenScopeWidget.maybeOf(this);
}