maxH4 method

max-h-4 -->gt; max-height: 16px;

Implementation

ContainerBuilder maxH4() {
  _maxHeight = 16;
  return this;
}