wPx method

w-px -->gt; width: 1px;

Implementation

ContainerBuilder wPx() {
  _width = 1;
  return this;
}