PhotoItem constructor

const PhotoItem(
  1. File image,
  2. Function onScanData, {
  3. Key? key,
})

Implementation

const PhotoItem(this.image, this.onScanData, {Key? key}) : super(key: key);