AccountsSwitcherView constructor

const AccountsSwitcherView({
  1. Key? key,
  2. required GlobalKey<State<StatefulWidget>> avatarKey,
  3. required GlobalKey<State<StatefulWidget>> panelKey,
})

Implementation

const AccountsSwitcherView({
  super.key,
  required this.avatarKey,
  required this.panelKey,
});