scaleHeightFactor property

double get scaleHeightFactor

Implementation

double get scaleHeightFactor {
  _assertInitialized();
  return _scaleHeight;
}