paint abstract method

void paint(
  1. PaintingContext context,
  2. Offset offset
)

Paints the text in the given context at the given offset.

Implementation

void paint(PaintingContext context, Offset offset);