addLabel abstract method
Adds a label to be rendered on top of the scene. Coordinates are in transformed screen space (pixels) where origin is the center of canvas.
Implementation
void addLabel(String text, double x, double y, Color color,
{double? fontSize});