Gets and sets the width of this Scale9Bitmap. In contrast to other display objects, this does not affect the scaleX factor.
Source
@override num get width => _width;
Source
@override set width(num value) { _width = ensureNum(value); }
Gets and sets the width of this Scale9Bitmap. In contrast to other display objects, this does not affect the scaleX factor.
@override num get width => _width;
@override set width(num value) { _width = ensureNum(value); }