AppSection constructor

AppSection(
  1. InstallApp? installApp,
  2. HomeMenuModel? homeMenu,
  3. DrawerModel? drawer,
  4. DrawerModel? endDrawer,
)

Implementation

AppSection(super.installApp, this.homeMenu, this.drawer, this.endDrawer);