movingToTrue method

void movingToTrue()

Implementation

void movingToTrue() {
  _moving = true;
  notifyListeners();
}