paint method

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

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

Implementation

@override
void paint(PaintingContext context, Offset offset) =>
    rp.paint(context, offset);