scaleWidthFactor property
double
get
scaleWidthFactor
Exposed for debugging/testing.
Implementation
double get scaleWidthFactor {
_assertInitialized();
return _scaleWidth;
}
Exposed for debugging/testing.
double get scaleWidthFactor {
_assertInitialized();
return _scaleWidth;
}