paint method

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

Paints this render box into the given context at the given offset.

Implementation

void paint(PaintingContext context, Offset offset) {
  // Implement paint.
}