worldScaleY property

double get worldScaleY
inherited

Returns the vertical scaling factor of the object relative to its parent and all its ancestors.

Implementation

double get worldScaleY {
  return scaleX * ($parent?.worldScaleY ?? 1);
}