Fills the canvas with the given Paint.
To fill the canvas with a solid color and transfer mode, consider drawColor instead.
void drawPaint(Paint paint) => _drawPaint(paint._objects, paint._data);