mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This changes Paragraph::Layout to iterate line-by-line through the text. For each line, Layout scans for word boundaries and adds extra space between words if the line is justified.