scaleY property

  1. @override
num scaleY
inherited

The vertical scale (percentage) of the object as applied from the pivot point.

1.0 equals 100% scale.

Scaling the local coordinate system changes the x and y property values, which are defined in whole pixels.

Implementation

@override
num get scaleY => _scaleY;
  1. @override
void scaleY=(num value)
override

Implementation

@override
set scaleY(num value) {
  _throwStageException();
}