key property

GlobalKey<State<StatefulWidget>> key
getter/setter pair

Global key associated with the Layer instance, used for accessing the widget tree.

Implementation

late GlobalKey key;