NavigationDrawerWidget constructor Null safety
- BuildContext supercontext,
- AsyncCallback logout,
- APIConnector _api,
- {Key? key}
Implementation
const NavigationDrawerWidget(this.supercontext, this.logout, this._api,
{Key? key})
: super(key: key);