NavigationDrawerWidget constructor Null safety

const NavigationDrawerWidget(
  1. BuildContext supercontext,
  2. AsyncCallback logout,
  3. APIConnector _api,
  4. {Key? key}
)

Implementation

const NavigationDrawerWidget(this.supercontext, this.logout, this._api,
    {Key? key})
    : super(key: key);