minW7 method

min-w-7 -->gt; min-width: 28px;

Implementation

ContainerBuilder minW7() {
  _minWidth = 28;
  return this;
}