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.
1 parent 270fa82 commit db23a6cCopy full SHA for db23a6c
lib/web_ui/lib/src/engine/text/paragraph.dart
@@ -419,7 +419,7 @@ class EngineParagraphStyle implements ui.ParagraphStyle {
419
'fontSize: ${_fontSize != null ? _fontSize.toStringAsFixed(1) : "unspecified"}, '
420
'height: ${_height != null ? "${_height.toStringAsFixed(1)}x" : "unspecified"}, '
421
'ellipsis: ${_ellipsis != null ? "\"$_ellipsis\"" : "unspecified"}, '
422
- 'locale: ${_locale ?? "unspecified"}'
+ 'locale: ${_locale ?? "unspecified"}, '
423
'shadows: ${_shadows ?? "unspecified"}'
424
')';
425
} else {
0 commit comments