w5 method

w-5 -->gt; width: 20px;

Implementation

ContainerBuilder w5() {
  _width = 20;
  return this;
}