AboutBase constructor

AboutBase(
  1. String identifier,
  2. RelativeImagePosition imagePosition,
  3. double imageWidth,
  4. SectionImageAlignment alignment,
  5. InstallApp? installApp,
  6. HomeMenuModel? homeMenu,
  7. DrawerModel? drawer,
  8. DrawerModel? endDrawer,
)

Implementation

AboutBase(
  this.identifier,
  this.imagePosition,
  this.imageWidth,
  this.alignment,
  InstallApp? installApp,
  HomeMenuModel? homeMenu,
  DrawerModel? drawer,
  DrawerModel? endDrawer,
) : super(
        installApp,
        homeMenu,
        drawer,
        endDrawer,
      );