paint method

  1. @override
void paint(
  1. Canvas canvas
)

Implementor of method in superclass Container.

Implementation

@override
void paint(ui.Canvas canvas) {
  _textPainter.paint(canvas, offsetOfPotentiallyRotatedLabel);
}