paint abstract method

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

Paint protocol: record drawing commands at offset.

Implementation

void paint(PaintingContext context, Offset offset);