SelectPhotoItem constructor

const SelectPhotoItem({
  1. Key? key,
  2. required Uint8List photoData,
  3. void onPressDelete(
    1. int index
    )?,
  4. void onTap(
    1. int index
    )?,
  5. required int index,
})

Implementation

const SelectPhotoItem({super.key, required this.photoData, this.onPressDelete, this.onTap, required this.index});