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