mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
maxIntrinsicWidth is the sum of the width of all lines in the input (if the width were any smaller, the renderer might have to wrap a line) minIntrinsicWidth is the maximum width of a word (if the paragraph were any narrower, the renderer would have to truncate a word)