maxH80 method

ContainerBuilder maxH80()

max-h-80 -->gt; max-height: 320px;

Implementation

ContainerBuilder maxH80() {
  _maxHeight = 320;
  return this;
}