minH2 method

min-h-2 -->gt; min-height: 8px;

Implementation

ContainerBuilder minH2() {
  _minHeight = 8;
  return this;
}