LabelAreaStyle constructor
LabelAreaStyle({})
Implementation
LabelAreaStyle({
this.style = Shape.RECT_FILL,
this.width = 50,
this.height = 50,
this.posX = 0,
this.posY = 0,
this.endX = 50,
this.endY = 50,
this.thick = 1,
});