minH3 method

min-h-3 -->gt; min-height: 12px;

Implementation

ContainerBuilder minH3() {
  _minHeight = 12;
  return this;
}