padding method

Alert padding(
  1. int value
)

Sets the padding (for block/large display).

Implementation

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