padding method

Table padding(
  1. int value
)

Sets the cell padding.

Implementation

Table padding(int value) {
  _padding = value;
  return this;
}