minW2 method

min-w-2 -->gt; min-width: 8px;

Implementation

ContainerBuilder minW2() {
  _minWidth = 8;
  return this;
}