w2 method

w-2 -->gt; width: 8px;

Implementation

ContainerBuilder w2() {
  _width = 8;
  return this;
}