width property
final
Width of the line from the left edge of the leftmost glyph to the right edge of the rightmost glyph.
This is not the same as the width of the pargraph.
See also:
- Paragraph.width, the max width passed in during layout.
- Paragraph.longestLine, the width of the longest line in the paragraph.
Implementation
final double width;