PhotoSlider constructor
const
PhotoSlider(
- List<
ImageModel> images, - Function? onScanData, {
- Key? key,
Implementation
const PhotoSlider(this.images, this.onScanData, {Key? key}) : super(key: key);