MobileScannerArguments constructor

MobileScannerArguments({
  1. required Size size,
  2. required bool hasTorch,
  3. int? textureId,
  4. String? webId,
})

Implementation

MobileScannerArguments({
  required this.size,
  required this.hasTorch,
  this.textureId,
  this.webId,
});