stop method

void stop()

Notify listeners to start the stop animation

Implementation

void stop() {
  if (_stopListener != null) _stopListener!();
}