maxH56 method

ContainerBuilder maxH56()

max-h-56 -->gt; max-height: 224px;

Implementation

ContainerBuilder maxH56() {
  _maxHeight = 224;
  return this;
}