menu
live_background package
documentation
fx/base_fx.dart
BaseFx
setShape method
setShape method
dark_mode
light_mode
setShape
method
void
setShape
(
ParticleShapeType
shape
)
Implementation
void setShape(ParticleShapeType shape) { this.shape = shape; init(); }
live_background package
documentation
fx/base_fx
BaseFx
setShape method
BaseFx class