NiceGalleryItem constructor
- required ImageProvider<
Object> image, - ImageProvider<
Object> ? thumbnail, - String? title,
- String? description,
Implementation
const NiceGalleryItem({
required this.image,
this.thumbnail,
this.title,
this.description,
});