maxW4 method

max-w-4 -->gt; max-width: 16px;

Implementation

ContainerBuilder maxW4() {
  _maxWidth = 16;
  return this;
}