libraryKey top-level property

GlobalKey<LibraryScreenState> libraryKey
final

Global key used to access the state of LibraryScreenState from outside the widget tree.

Implementation

final GlobalKey<LibraryScreenState> libraryKey = GlobalKey<LibraryScreenState>();