start method

dynamic start()

Implementation

start() {
  // Cannot perform the animation task without all animation-related instances being initialized.
  if (!isInitialized) return;
  _spreadAnimation.forward();
}