updateTilt method

void updateTilt(
  1. double tilt
)

Implementation

void updateTilt(double tilt) {
  _tilt = tilt;
  notifyListeners();
}