NsgCropGallery constructor

const NsgCropGallery({
  1. Key? key,
  2. required List<Uint8List> images,
  3. dynamic deleteImage(
    1. List<Uint8List> newList
    )?,
  4. dynamic onItemTap(
    1. int index
    )?,
})

Implementation

const NsgCropGallery({super.key, required this.images, this.deleteImage, this.onItemTap});