TextLabel constructor
const
TextLabel({})
Creates a text label.
Implementation
const TextLabel({
required this.text,
required this.x,
required this.y,
this.style,
this.anchor = TextAnchor.start,
this.rotation = 0,
});