toolBarKey property

GlobalKey<ToolBarState>? get toolBarKey

to access toolbar key from toolbar widget

Implementation

GlobalKey<ToolBarState>? get toolBarKey => _toolBarKey;