LabelBitmapStyle constructor

LabelBitmapStyle({
  1. int? posX = 0,
  2. int? posY = 0,
  3. ImageAlgorithm? algorithm = ImageAlgorithm.BINARIZATION,
  4. int? value = 200,
  5. int? width = -1,
  6. int? height = -1,
})

Implementation

LabelBitmapStyle({
  this.posX = 0,
  this.posY = 0,
  this.algorithm = ImageAlgorithm.BINARIZATION,
  this.value = 200,
  this.width = -1,
  this.height = -1,
});