maxH3 method

max-h-3 -->gt; max-height: 12px;

Implementation

ContainerBuilder maxH3() {
  _maxHeight = 12;
  return this;
}