height property

num get height

Sets or retrieves the height of the object.

MDN Reference

Implementation

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

Implementation

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