PhotoSlider constructor

const PhotoSlider(
  1. List<ImageModel> images,
  2. Function? onScanData, {
  3. Key? key,
})

Implementation

const PhotoSlider(this.images, this.onScanData, {Key? key}) : super(key: key);