w96 method

w-96 -->gt; width: 384px;

Implementation

ContainerBuilder w96() {
  _width = 384;
  return this;
}