maxH28 method

ContainerBuilder maxH28()

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

Implementation

ContainerBuilder maxH28() {
  _maxHeight = 112;
  return this;
}