panelKey property

GlobalKey<State<StatefulWidget>> panelKey
final

GlobalKey of a CustomNavigationBar displayed.

Used to position a status changing Selector properly.

Implementation

final GlobalKey panelKey = GlobalKey();