maxH6 method

max-h-6 -->gt; max-height: 24px;

Implementation

ContainerBuilder maxH6() {
  _maxHeight = 24;
  return this;
}