AdminApp constructor Null safety
- String appId,
- DrawerModel _drawer,
- DrawerModel _endDrawer,
- AppBarModel _appBar,
- HomeMenuModel _homeMenu,
- RgbModel selectedMenuItemColor,
- RgbModel backgroundColor
Construct the AdminApp
Implementation
AdminApp(
this.appId,
this._drawer,
this._endDrawer,
this._appBar,
this._homeMenu,
this.menuItemColor,
this.selectedMenuItemColor,
this.backgroundColor);