We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isSingleLine
1 parent b046a18 commit 7758967Copy full SHA for 7758967
lib/web_ui/lib/src/engine/text/paragraph.dart
@@ -210,12 +210,6 @@ class EngineParagraph implements ui.Paragraph {
210
return maxWidth;
211
}
212
213
- // In the single-line case, the longest line is equal to the maximum
214
- // intrinsic width of the paragraph.
215
- if (_measurementResult.isSingleLine) {
216
- return _measurementResult.maxIntrinsicWidth;
217
- }
218
-
219
// If we don't have any line metrics information, there's no way to know the
220
// longest line in a multi-line paragraph.
221
return 0.0;
0 commit comments