paint method
Paints this render box into the given context at the given offset.
Implementation
void paint(PaintingContext context, Offset offset) {
// Implement paint.
}
Paints this render box into the given context at the given offset.
void paint(PaintingContext context, Offset offset) {
// Implement paint.
}