minW5 method

min-w-5 -->gt; min-width: 20px;

Implementation

ContainerBuilder minW5() {
  _minWidth = 20;
  return this;
}