maxH48 method

ContainerBuilder maxH48()

max-h-48 -->gt; max-height: 192px;

Implementation

ContainerBuilder maxH48() {
  _maxHeight = 192;
  return this;
}