width property

  1. @override
num width
override

Gets and sets the width of this Scale9Bitmap. In contrast to other display objects, this does not affect the scaleX factor.

Implementation

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

Implementation

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