minW1 method

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

Implementation

ContainerBuilder minW1() {
  _minWidth = 4;
  return this;
}