hspace property

num hspace

@deprecated

MDN Reference

Implementation

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

Implementation

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