BarcodeImageParams constructor

BarcodeImageParams([
  1. BarcodeImageFormat? imageFormat,
  2. CodeLocation? textLocation,
  3. String? foregroundColor,
  4. String? backgroundColor,
  5. GraphicsUnit? units,
  6. double? resolution,
  7. double? imageHeight,
  8. double? imageWidth,
  9. int? rotationAngle,
])

Constructor

Implementation

BarcodeImageParams(
    [this.imageFormat,
    this.textLocation,
    this.foregroundColor,
    this.backgroundColor,
    this.units,
    this.resolution,
    this.imageHeight,
    this.imageWidth,
    this.rotationAngle]);