IminBarCodeStyle constructor
IminBarCodeStyle({
- IminPrintAlign? align,
- IminBarcodeTextPos? position,
- dynamic height,
- dynamic width,
Implementation
IminBarCodeStyle({this.align, this.position, height, width})
: super(width: width, height: height);