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