maxH24 method

ContainerBuilder maxH24()

max-h-24 -->gt; max-height: 96px;

Implementation

ContainerBuilder maxH24() {
  _maxHeight = 96;
  return this;
}