ScanResultWidget constructor
const
ScanResultWidget({
- Key? key,
- required ScanResponse? scan,
- bool isWebScan = false,
Implementation
const ScanResultWidget({
super.key,
required this.scan,
this.isWebScan = false,
});