menu
bonfiremodify package
documentation
bonfire.dart
ComposedParticle
ComposedParticle.new constructor
ComposedParticle.new constructor
dark_mode
light_mode
ComposedParticle
constructor
ComposedParticle
(
{
required
List
<
Particle
>
children
,
double
?
lifespan
,
})
Implementation
ComposedParticle({ required this.children, double? lifespan, }) : super( lifespan: lifespan, );
bonfiremodify package
documentation
bonfire
ComposedParticle
ComposedParticle.new constructor
ComposedParticle class