w1 method

w-1 -->gt; width: 4px;

Implementation

ContainerBuilder w1() {
  _width = 4;
  return this;
}