Sign in
dart
/
dart_style
/
refs/heads/flutter-style-experiment-2
/
.
/
test
/
experiment
/
regression
/
0200
/
0218.stmt
blob: c84b12275fed48a519a16d22fd5373d33369e14d [
file
] [
log
] [
blame
] [
edit
]
>>>
(
indent
2
)
var
player
=
body
.
animate
(
[{
"font-size"
:
"500px"
},
{
"font-size"
:
fontSize
}],
{
"duration"
:
100
});
<<<
var
player
=
body
.
animate
(
[
{
"font-size"
:
"500px"
},
{
"font-size"
:
fontSize
},
],
{
"duration"
:
100
},
);