width property

num width
inherited

The width of this display object with the applied transformation.

Setting the width may change the scaleX, scaleY, skewX and skewY properties, depending on the previously applied transformation.

Implementation

num get width => boundsTransformed.width;
  1. @override
void width=(num value)
override

Implementation

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