paint method
void
paint()
override
draw the backround on this context. Implement this to have
different kinds of backgrounds
screenOffset
is the screen space offset for clipping
canvasOffset
is the grid space offset from the controller
Implementation
@override
void paint(
Canvas canvas,
Offset screenOffset,
Offset canvasOffset,
double scale,
Size canvasSize,
) {}