cellPadding property

String cellPadding

Sets or retrieves the amount of space between the border of the cell and the content of the cell. @deprecated

MDN Reference

Implementation

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

Implementation

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