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