maxH5 method

max-h-5 -->gt; max-height: 20px;

Implementation

ContainerBuilder maxH5() {
  _maxHeight = 20;
  return this;
}