ScannerErrorWidget constructor

const ScannerErrorWidget({
  1. Key? key,
  2. required MobileScannerException error,
})

Implementation

const ScannerErrorWidget({super.key, required this.error});