w80 method

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

Implementation

ContainerBuilder w80() {
  _width = 320;
  return this;
}