Directly calls Canvas.drawRect
void drawRect(Rect rect, Paint paint) => canvas.drawRect(rect, paint);