BarcodeImageParams constructor
BarcodeImageParams([
- BarcodeImageFormat? imageFormat,
- CodeLocation? textLocation,
- String? foregroundColor,
- String? backgroundColor,
- GraphicsUnit? units,
- double? resolution,
- double? imageHeight,
- double? imageWidth,
- int? rotationAngle,
Constructor
Implementation
BarcodeImageParams(
[this.imageFormat,
this.textLocation,
this.foregroundColor,
this.backgroundColor,
this.units,
this.resolution,
this.imageHeight,
this.imageWidth,
this.rotationAngle]);