GalleryImageViewWrapper constructor
const
GalleryImageViewWrapper({
- Key? key,
- LoadingBuilder? loadingBuilder,
- String? titleGallery,
- BoxDecoration? backgroundDecoration,
- required int initialIndex,
- required List<
GalleryItemModel> galleryItems, - Axis scrollDirection = Axis.horizontal,
- required Icon iconBack,
- required BoxFit fit,
- required bool loop,
- required bool activeCarouselList,
Implementation
const GalleryImageViewWrapper({
Key? key,
this.loadingBuilder,
this.titleGallery,
this.backgroundDecoration,
required this.initialIndex,
required this.galleryItems,
this.scrollDirection = Axis.horizontal,
required this.iconBack,
required this.fit,
required this.loop,
required this.activeCarouselList,
}) : super(key: key);