OnlyPhotoAndText constructor

OnlyPhotoAndText(
  1. String identifier,
  2. InstallApp? installApp,
  3. HomeMenuModel? homeMenu,
  4. DrawerModel? drawer,
  5. DrawerModel? endDrawer,
  6. double percentageDecorationVisible,
  7. PrivilegeLevelRequiredSimple privilegeLevelRequiredSimple, {
})

Implementation

OnlyPhotoAndText(
  super.identifier,
  super.installApp,
  super.homeMenu,
  super.drawer,
  super.endDrawer,
  super.percentageDecorationVisible,
  PrivilegeLevelRequiredSimple privilegeLevelRequiredSimple, {
  super.addLogo,
}) : super(privilegeLevelRequiredSimple: privilegeLevelRequiredSimple);