LabelBarCodeStyle constructor
LabelBarCodeStyle({
- int? posX = 0,
- int? posY = 0,
- int? dotWidth = 2,
- int? barHeight = 162,
- HumanReadable? readable = HumanReadable.HIDE,
- Symbology? symbology = Symbology.CODE39,
- AlignLabel? align = AlignLabel.DEFAULT,
- Rotate? rotate = Rotate.ROTATE_0,
- int? width = -1,
- int? height = -1,
Implementation
LabelBarCodeStyle({
this.posX = 0,
this.posY = 0,
this.dotWidth = 2,
this.barHeight = 162,
this.readable = HumanReadable.HIDE,
this.symbology = Symbology.CODE39,
this.align = AlignLabel.DEFAULT,
this.rotate = Rotate.ROTATE_0,
this.width = -1,
this.height = -1,
});