minH4 method

min-h-4 -->gt; min-height: 16px;

Implementation

ContainerBuilder minH4() {
  _minHeight = 16;
  return this;
}