cellSpacing property
String
get
cellSpacing
Sets or retrieves the amount of space between cells in a table. @deprecated
Implementation
_i2.String get cellSpacing => _i4.getProperty(
this,
'cellSpacing',
);
set
cellSpacing
(String value)
Implementation
set cellSpacing(_i2.String value) {
_i4.setProperty(
this,
'cellSpacing',
value,
);
}