paint abstract method
void
paint()
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
void paint(
Canvas canvas,
Offset screenOffset,
Offset canvasOffset,
double scale,
Size canvasSize,
);