height property

String get height

@deprecated

Implementation

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

Implementation

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