w2_5 method

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

Implementation

ContainerBuilder w2_5() {
  _width = 10;
  return this;
}