paint method

void paint()

Override this method to paint below children.

This method has access to canvas and paintingContext for painting.

You can get the size of the widget with renderSize.

Implementation

void paint() {}