Skip to Content
API ReferenceNavigatorScope

NavigatorScope

live An inherited element that carries a NavigatorHandle through the element tree. Descendants retrieve it with context.GetInherited<NavigatorScope>().Navigator.

Constructor

Creates an NavigatorScope that propagates to the subtree rooted at .

ParameterDescription
navigatorThe navigator handle. Must not be null.
childThe child subtree. Must not be null.
keyAn optional key for reconciliation identity.

Properties

The navigator handle available to descendants.

Methods

UpdateShouldNotify

Last updated on