onParticlesInitialized method
Implementation
@override
void onParticlesInitialized() {
final currentShape = shapePath;
_shapeMetrics =
currentShape == null ? null : fittedPathMetricsFor(currentShape);
}
@override
void onParticlesInitialized() {
final currentShape = shapePath;
_shapeMetrics =
currentShape == null ? null : fittedPathMetricsFor(currentShape);
}