minW6 method

min-w-6 -->gt; min-width: 24px;

Implementation

ContainerBuilder minW6() {
  _minWidth = 24;
  return this;
}