Computes the size and position of each glyph in the paragraph.
Source
void layout(ParagraphConstraints constraints) => _layout(constraints.width);
Computes the size and position of each glyph in the paragraph.
void layout(ParagraphConstraints constraints) => _layout(constraints.width);