setGlobalKeys method
void
setGlobalKeys(
- GlobalKey<
State< appBar,StatefulWidget> > - GlobalKey<
State< themeButton,StatefulWidget> > - GlobalKey<
State< dropDown,StatefulWidget> > - GlobalKey<
State< orientation,StatefulWidget> > - GlobalKey<
State< screen,StatefulWidget> >
Implementation
void setGlobalKeys(
GlobalKey appBar, GlobalKey themeButton,
GlobalKey dropDown, GlobalKey orientation,
GlobalKey screen
) {
appBarTitleKey = appBar;
appBarActionThemeKey = themeButton;
appBarDropDownKey = dropDown;
orientationButtonKey = orientation;
screenKey = screen;
}