paintForeground method

void paintForeground()

Override this method to paint above children.

This method has access to canvas and paintingContext for painting.

You can get the size of the widget with renderSize.

Implementation

void paintForeground() {}