resetView method
void
resetView()
Animates the camera back to where it started.
Implementation
void resetView() {
_animateFrom = _orbit;
_animateT = 0;
_lastInteraction = DateTime.now();
}
Animates the camera back to where it started.
void resetView() {
_animateFrom = _orbit;
_animateT = 0;
_lastInteraction = DateTime.now();
}