start method

void start()

Implementation

void start() {
  _initParticles();
  _controller.forward(from: 0);
}