maxH16 method

ContainerBuilder maxH16()

max-h-16 -->gt; max-height: 64px;

Implementation

ContainerBuilder maxH16() {
  _maxHeight = 64;
  return this;
}