cellSpacing property
String
get
cellSpacing
Implementation
String get cellSpacing => js_util.getProperty(this, 'cellSpacing');
set
cellSpacing
(String newValue)
Implementation
set cellSpacing(String newValue) {
js_util.setProperty(this, 'cellSpacing', newValue);
}