minW4 method

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

Implementation

ContainerBuilder minW4() {
  _minWidth = 16;
  return this;
}