maxH8 method

max-h-8 -->gt; max-height: 32px;

Implementation

ContainerBuilder maxH8() {
  _maxHeight = 32;
  return this;
}