maxH52 method

ContainerBuilder maxH52()

max-h-52 -->gt; max-height: 208px;

Implementation

ContainerBuilder maxH52() {
  _maxHeight = 208;
  return this;
}