maxH14 method

ContainerBuilder maxH14()

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

Implementation

ContainerBuilder maxH14() {
  _maxHeight = 56;
  return this;
}