maxH72 method

ContainerBuilder maxH72()

max-h-72 -->gt; max-height: 288px;

Implementation

ContainerBuilder maxH72() {
  _maxHeight = 288;
  return this;
}