w100 method

w-100 -->gt; width: 400px;

Implementation

ContainerBuilder w100() {
  _width = 400;
  return this;
}