onParticlesInitialized method

  1. @override
void onParticlesInitialized()
override

Implementation

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