w60 method

w-60 -->gt; width: 240px;

Implementation

ContainerBuilder w60() {
  _width = 240;
  return this;
}