maxH2 method

max-h-2 -->gt; max-height: 8px;

Implementation

ContainerBuilder maxH2() {
  _maxHeight = 8;
  return this;
}