stop method

  1. @override
void stop()
inherited

Implementation

@override
void stop() {
  if (!isJumping) {
    super.stop();
  }
}