AppSection constructor
AppSection(
- InstallApp? installApp,
- HomeMenuModel? homeMenu,
- DrawerModel? drawer,
- DrawerModel? endDrawer,
Implementation
AppSection(super.installApp, this.homeMenu, this.drawer, this.endDrawer);