advancedBuilder property

AdvancedPhotoGalleryPageBuilder? advancedBuilder
final

Called to build all pages (not only photo pages) for the gallery, note that builder will be called through photoPageBuilder, so index passed to photoPageBuilder should exclude non-photo pages.

Implementation

final AdvancedPhotoGalleryPageBuilder? advancedBuilder;