resetView method

void resetView()

Animates the camera back to where it started.

Implementation

void resetView() {
  _animateFrom = _orbit;
  _animateT = 0;
  _lastInteraction = DateTime.now();
}