BarCodePainter constructor

BarCodePainter(
  1. BarCodeParams? params,
  2. Color color, {
  3. BarCodeError? onError,
})

Implementation

BarCodePainter(this.params, this.color, {this.onError});