worldScaleY property

double worldScaleY

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);
}