minW0 method

min-w-0 -->gt; min-width: 0;

Implementation

ContainerBuilder minW0() {
  _minWidth = 0;
  return this;
}