minH0 method

min-h-0 -->gt; min-height: 0;

Implementation

ContainerBuilder minH0() {
  _minHeight = 0;
  return this;
}