width method

StyledBlock width(
  1. int value
)

Sets the width.

Implementation

StyledBlock width(int value) {
  _width = value;
  return this;
}