TextElement constructor
TextElement({})
Implementation
TextElement({
required int x,
required int y,
required this.text,
this.fontSize = 24,
this.bold = false,
this.width,
this.height,
}) : super(type: LabelElementType.text, x: x, y: y);