itemKey property

GlobalKey<State<StatefulWidget>> itemKey
latefinal

The key used for the item itself. Useful to find the position and size of the pane item within the screen

See also:

Implementation

late final GlobalKey itemKey = GlobalKey(
  debugLabel: 'NavigationPaneItem key; $runtimeType',
);