width property

  1. @override
num width
getter/setter pairoverride

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

@override
num width;