movingToFalse method

void movingToFalse()

Implementation

void movingToFalse() {
  _moving = false;
  notifyListeners();
}