w16 method

w-16 -->gt; width: 64px;

Implementation

ContainerBuilder w16() {
  _width = 64;
  return this;
}