Draws the text in the given paragraph into this canvas at the given offset.
Valid only after Paragraph.layout has been called on the paragraph.
Source
void drawParagraph(Paragraph paragraph, Offset offset) { paragraph._paint(this, offset.dx, offset.dy); }