height property

num height

Gets or sets the height value of the Size. The value must not be negative.

Implementation

_i2.num get height => _i4.getProperty(
      this,
      'height',
    );
void height=(num value)

Implementation

set height(_i2.num value) {
  _i4.setProperty(
    this,
    'height',
    value,
  );
}