BuildBitmapRequest constructor

BuildBitmapRequest({
  1. String? content,
  2. int? type = HmsScanTypes.QRCode,
  3. int? width = 700,
  4. int? height = 700,
  5. int? margin = 1,
  6. Color? bitmapColor = Colors.black,
  7. Color? backgroundColor = Colors.white,
})

Implementation

BuildBitmapRequest({
  this.content,
  this.type = HmsScanTypes.QRCode,
  this.width = 700,
  this.height = 700,
  this.margin = 1,
  this.bitmapColor = Colors.black,
  this.backgroundColor = Colors.white,
  this.qrLogo,
});