NiceImageGallery constructor
const
NiceImageGallery({
- Key? key,
- required List<
NiceGalleryImage> images, - int crossAxisCount = 3,
- double spacing = 8,
- double aspectRatio = 1,
- ValueChanged<
int> ? onImageTap, - BorderRadius? borderRadius,
- bool showOverlay = false,
Implementation
const NiceImageGallery({
super.key,
required this.images,
this.crossAxisCount = 3,
this.spacing = 8,
this.aspectRatio = 1,
this.onImageTap,
this.borderRadius,
this.showOverlay = false,
});