minW9 method

min-w-9 -->gt; min-width: 36px;

Implementation

ContainerBuilder minW9() {
  _minWidth = 36;
  return this;
}