w10 method

w-10 -->gt; width: 40px;

Implementation

ContainerBuilder w10() {
  _width = 40;
  return this;
}