chore: format doc/examples/particles/lib

This commit is contained in:
Ivan Cherepanov
2019-11-25 18:12:24 +03:00
parent 38e3685cda
commit 53e8aba3d6

View File

@ -352,7 +352,7 @@ class MyGame extends BaseGame {
paint: Paint()..blendMode = BlendMode.difference, paint: Paint()..blendMode = BlendMode.difference,
child: CircleParticle( child: CircleParticle(
radius: 12.0, radius: 12.0,
paint: Paint()..color = randomMaterialColor() paint: Paint()..color = randomMaterialColor(),
), ),
), ),
), ),