minW8 method

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

Implementation

ContainerBuilder minW8() {
  _minWidth = 32;
  return this;
}