AlbumPageBuilder constructor
AlbumPageBuilder()
Implementation
AlbumPageBuilder(
String uniqueId,
this.albumComponentIdentifier,
this.examplePhoto1AssetPath,
this.examplePhoto2AssetPath,
String pageId,
AppModel app,
String memberId,
HomeMenuModel theHomeMenu,
AppBarModel theAppBar,
DrawerModel leftDrawer,
DrawerModel rightDrawer,
) : super(
uniqueId,
pageId,
app,
memberId,
theHomeMenu,
theAppBar,
leftDrawer,
rightDrawer,
);