AccountsSwitcherView constructor
- Key? key,
- required GlobalKey<
State< avatarKey,StatefulWidget> > - required GlobalKey<
State< panelKey,StatefulWidget> >
Implementation
const AccountsSwitcherView({
super.key,
required this.avatarKey,
required this.panelKey,
});