dartBoardNavKey top-level property

GlobalKey<NavigatorState> dartBoardNavKey
getter/setter pair

Interfaces for Dart Board

  • Global Key used by navigator (gives an app-state friendly context, and access to the Navigator)

  • Typedefs used by the Extensions Communicates with Core. For features

Implementation

/// Communicates with Core. For features
GlobalKey<NavigatorState> dartBoardNavKey = GlobalKey();