minW3 method

min-w-3 -->gt; min-width: 12px;

Implementation

ContainerBuilder minW3() {
  _minWidth = 12;
  return this;
}