sh property

double sh

Get the number scaled horizontally.

Implementation

double get sh {
  return Scale.scaleHorizontally(this).toDouble();
}