reset method
Stops the animation and clears all particles, returning to ControllerState.idle.
Implementation
void reset() {
_state = ControllerState.idle;
notifyListeners();
}
Stops the animation and clears all particles, returning to ControllerState.idle.
void reset() {
_state = ControllerState.idle;
notifyListeners();
}