menu
scanly package
documentation
qr_generator/scanly_qr_scanner.dart
PhotoItem
PhotoItem const constructor
PhotoItem const constructor
dark_mode
light_mode
PhotoItem
constructor
const
PhotoItem
(
File
image
,
Function
onScanData
, {
Key
?
key
,
})
Implementation
const PhotoItem(this.image, this.onScanData, {Key? key}) : super(key: key);
scanly package
documentation
qr_generator/scanly_qr_scanner
PhotoItem
PhotoItem const constructor
PhotoItem class