IminBarCodeStyle constructor

IminBarCodeStyle({
  1. IminPrintAlign? align,
  2. IminBarcodeTextPos? position,
  3. dynamic height,
  4. dynamic width,
})

Implementation

IminBarCodeStyle({this.align, this.position, height, width})
    : super(width: width, height: height);