paint method

void paint(
  1. Canvas canvas
)

Implementation

void paint(Canvas canvas) {
  textPainter.paint(canvas, Offset(dx, dy));
}