hspace property

num get hspace

Sets or retrieves the width of the border to draw around the object. @deprecated

MDN Reference

Implementation

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

Implementation

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