targetZoomFactorOut property

  1. @Deprecated('Use zoomFactorOut instead')
double targetZoomFactorOut

Implementation

@Deprecated('Use zoomFactorOut instead')
double get targetZoomFactorOut => _targetZoomFactorOut;
  1. @Deprecated('Use zoomFactorOut instead')
void targetZoomFactorOut=(double newValue)

Implementation

@Deprecated('Use zoomFactorOut instead')
set targetZoomFactorOut(double newValue) {
  // ignore set
  _targetZoomFactorOut = 0.0;
}