Skip to Content
API ReferenceGlobalKey

GlobalKey

A typed GlobalKey that exposes the node’s state as without requiring a manual cast.

Properties

CurrentState

The state of the currently mounted node cast to , or null when the node is not mounted or the state is of a different type.

Last updated on