AdminApp constructor Null safety

AdminApp(
  1. String appId,
  2. DrawerModel _drawer,
  3. DrawerModel _endDrawer,
  4. AppBarModel _appBar,
  5. HomeMenuModel _homeMenu,
  6. RgbModel menuItemColor,
  7. RgbModel selectedMenuItemColor,
  8. RgbModel backgroundColor
)

Construct the AdminApp

Implementation

AdminApp(
    this.appId,
    this._drawer,
    this._endDrawer,
    this._appBar,
    this._homeMenu,
    this.menuItemColor,
    this.selectedMenuItemColor,
    this.backgroundColor);