this canvas
The canvas used when drawing a widget.
// Draw the label centered on the rect of the widget set the paint of this canvas to solid paint with color [1,1,1] fill text "Start" at center of my rectangle on this canvas
The target canvas for widget drawing operations.