scaleWidthFactor property

double get scaleWidthFactor

Exposed for debugging/testing.

Implementation

double get scaleWidthFactor {
  _assertInitialized();
  return _scaleWidth;
}