paint abstract method

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

Paints this render object into the given context at offset.

Implementation

void paint(PaintingContext context, Offset offset);