w20 method

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

Implementation

ContainerBuilder w20() {
  _width = 80;
  return this;
}