mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
chore: format doc/examples/particles/lib
This commit is contained in:
@ -352,7 +352,7 @@ class MyGame extends BaseGame {
|
||||
paint: Paint()..blendMode = BlendMode.difference,
|
||||
child: CircleParticle(
|
||||
radius: 12.0,
|
||||
paint: Paint()..color = randomMaterialColor()
|
||||
paint: Paint()..color = randomMaterialColor(),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user