mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +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,
|
paint: Paint()..blendMode = BlendMode.difference,
|
||||||
child: CircleParticle(
|
child: CircleParticle(
|
||||||
radius: 12.0,
|
radius: 12.0,
|
||||||
paint: Paint()..color = randomMaterialColor()
|
paint: Paint()..color = randomMaterialColor(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user