AboutPageBuilder constructor

AboutPageBuilder(
  1. String uniqueId,
  2. String componentId,
  3. String? aboutAssetLocation,
  4. String pageId,
  5. AppModel app,
  6. String memberId,
  7. HomeMenuModel theHomeMenu,
  8. AppBarModel theAppBar,
  9. DrawerModel leftDrawer,
  10. DrawerModel rightDrawer,
)

Implementation

AboutPageBuilder(
  String uniqueId,
  this.componentId,
  this.aboutAssetLocation,
  String pageId,
  AppModel app,
  String memberId,
  HomeMenuModel theHomeMenu,
  AppBarModel theAppBar,
  DrawerModel leftDrawer,
  DrawerModel rightDrawer,
) : super(
        uniqueId,
        pageId,
        app,
        memberId,
        theHomeMenu,
        theAppBar,
        leftDrawer,
        rightDrawer,
      );