maxH32 method

ContainerBuilder maxH32()

max-h-32 -->gt; max-height: 128px;

Implementation

ContainerBuilder maxH32() {
  _maxHeight = 128;
  return this;
}