height property

  1. @override
num height
override

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

Implementation

@override
num get height => _height;
  1. @override
void height=(num value)
override

Implementation

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