backReleased method

void backReleased()

Implementation

void backReleased() async {
  _back = false;
  if (forwardAnimationIndex != null) {
    await controller.stopAnimation(_entity, forwardAnimationIndex!);
  }
  _playingBackwardAnimation = false;
}