w0 method

w-0 -->gt; width: 0;

Implementation

ContainerBuilder w0() {
  _width = 0;
  return this;
}