num height

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

Source

@override
set height(num value) {
  _height = ensureNum(value);
}