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