cellPadding property
String
get
cellPadding
Sets or retrieves the amount of space between the border of the cell and the content of the cell. @deprecated
Implementation
_i2.String get cellPadding => _i4.getProperty(
this,
'cellPadding',
);
set
cellPadding
(String value)
Implementation
set cellPadding(_i2.String value) {
_i4.setProperty(
this,
'cellPadding',
value,
);
}