mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Paragraph layout breaks the text into lines, and ellipsizing (if applicable) will truncate the last run of a line at the point where word wrap would have occurred. Fixes https://github.com/flutter/flutter/issues/18198