maxH0 method

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

Implementation

ContainerBuilder maxH0() {
  _maxHeight = 0;
  return this;
}