parentScope property

ZenScope? parentScope
final

Optional explicit parent scope (overrides automatic discovery) Use this when the widget tree structure doesn't match the logical scope hierarchy (e.g., navigating across different navigator stacks or detached routes).

Implementation

final ZenScope? parentScope;