height property

String height

Sets or retrieves the height of the object.

MDN Reference

Implementation

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

Implementation

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