Fix MediaQueryData.toString() to generate readable output
MediaQueryData.toString() omitted commas and spaces around some properties, making the output difficult to read.
This commit is contained in:
parent
f48cc4611a
commit
0c20a2ed01
@ -367,9 +367,9 @@ class MediaQueryData {
|
||||
'padding: $padding, '
|
||||
'viewInsets: $viewInsets, '
|
||||
'alwaysUse24HourFormat: $alwaysUse24HourFormat, '
|
||||
'accessibleNavigation: $accessibleNavigation'
|
||||
'disableAnimations: $disableAnimations'
|
||||
'invertColors: $invertColors'
|
||||
'accessibleNavigation: $accessibleNavigation, '
|
||||
'disableAnimations: $disableAnimations, '
|
||||
'invertColors: $invertColors, '
|
||||
'boldText: $boldText'
|
||||
')';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user