LabelCanvasStyle constructor
LabelCanvasStyle({})
Implementation
LabelCanvasStyle({
this.width = 50,
this.height = 50,
this.posX = 0,
this.posY = 0,
this.enableReverse = false,
this.enableMirror = false,
});