num width

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;
void width=(num value)

Source

@override
set width(num value) {
  _width = ensureNum(value);
}