ScanResultScreen constructor

const ScanResultScreen({
  1. Key? key,
  2. required ScanResponse? scan,
})

Implementation

const ScanResultScreen({
  super.key,
  required this.scan,
});