maxH7 method

max-h-7 -->gt; max-height: 28px;

Implementation

ContainerBuilder maxH7() {
  _maxHeight = 28;
  return this;
}