BarcodeBox constructor

BarcodeBox(
  1. String? content, {
  2. String? binding,
  3. String? format,
  4. int lineWidth = 1,
  5. bool showText = false,
})

Implementation

BarcodeBox(this.content, {this.binding, this.format,this.lineWidth = 1, this.showText = false});