BZPreviewView constructor
BZPreviewView({
- Key? key,
- required List<
String> imageUrls, - required PageController pageController,
- String? heroTagPrefix,
Implementation
BZPreviewView({
super.key,
required this.imageUrls,
required this.pageController,
this.heroTagPrefix,
}) {
pageController.addListener(_pageChangeListener);
}