minH6 method

min-h-6 -->gt; min-height: 24px;

Implementation

ContainerBuilder minH6() {
  _minHeight = 24;
  return this;
}