hspace property

int hspace

Implementation

int get hspace => js_util.getProperty(this, 'hspace');
void hspace=(int newValue)

Implementation

set hspace(int newValue) {
  js_util.setProperty(this, 'hspace', newValue);
}