padding method

StyledBlock padding(
  1. int value
)

Sets the padding.

Implementation

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