AreaFormat constructor

AreaFormat({
  1. int style = 0,
  2. int endX = 0,
  3. int endY = 0,
  4. int thickness = 0,
})

Implementation

AreaFormat({
  this.style = 0,
  this.endX = 0,
  this.endY = 0,
  this.thickness = 0,
}): super();