GalleryImageViewWrapper constructor
const
GalleryImageViewWrapper({
- Key? key,
- required String? titleGallery,
- required Color? backgroundColor,
- required int? initialIndex,
- required List<
GalleryItemModel> galleryItems, - required Widget? loadingWidget,
- required Widget? errorWidget,
- required double minScale,
- required double maxScale,
- required double radius,
- required bool reverse,
- required bool showListInGalley,
- required bool showAppBar,
- required bool closeWhenSwipeUp,
- required bool closeWhenSwipeDown,
Implementation
const GalleryImageViewWrapper({
Key? key,
required this.titleGallery,
required this.backgroundColor,
required this.initialIndex,
required this.galleryItems,
required this.loadingWidget,
required this.errorWidget,
required this.minScale,
required this.maxScale,
required this.radius,
required this.reverse,
required this.showListInGalley,
required this.showAppBar,
required this.closeWhenSwipeUp,
required this.closeWhenSwipeDown,
}) : super(key: key);