stopAutoAdjustments method

void stopAutoAdjustments()

Stop automatic layout adjustments

Implementation

void stopAutoAdjustments() {
  _autoAdjustEnabled = false;
  _timer?.cancel();
  _timer = null;
  _tracker.removeListener(_onInteraction);
}