scaleFactor property

double get scaleFactor

The factor by which the current transformation is scaled. Returns the maximum scale factor applied on any axis.

Implementation

double get scaleFactor {
  return _transformCtrl.value.getMaxScaleOnAxis();
}