cellSpacing property

String cellSpacing

Sets or retrieves the amount of space between cells in a table. @deprecated

MDN Reference

Implementation

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

Implementation

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