maxH9 method

max-h-9 -->gt; max-height: 36px;

Implementation

ContainerBuilder maxH9() {
  _maxHeight = 36;
  return this;
}