Cyberscanbarcode constructor

const Cyberscanbarcode({
  1. Key? key,
  2. dynamic onCapture(
    1. String
    )?,
  3. double? height,
  4. double? borderRadius = 12.0,
})

Implementation

const Cyberscanbarcode({
  super.key,
  this.onCapture,
  this.height,
  this.borderRadius = 12.0,
});