maxH44 method

ContainerBuilder maxH44()

max-h-44 -->gt; max-height: 176px;

Implementation

ContainerBuilder maxH44() {
  _maxHeight = 176;
  return this;
}