Format constructor

Format({
  1. int xOffset = 0,
  2. int yOffset = 0,
  3. int width = 0,
  4. int height = 0,
  5. int align = 0,
  6. int rotate = 0,
  7. int renderColor = 0,
})

Implementation

Format({
  this.xOffset = 0,
  this.yOffset = 0,
  this.width = 0,
  this.height = 0,
  this.align = 0,
  this.rotate = 0,
  this.renderColor = 0,
});