LabelPrintBitmapStyle constructor

LabelPrintBitmapStyle({
  1. int? width,
  2. int? height,
})

Implementation

LabelPrintBitmapStyle({this.width, this.height});