CIDScanView constructor
const
CIDScanView({
- Key? key,
- int width = 0,
- int height = 0,
- required CIDScanViewCreatedCallback onCIDScanViewCreated,
Implementation
const CIDScanView({
Key? key,
this.width = 0,
this.height = 0,
required this.onCIDScanViewCreated,
}): super(key: key);