minH7 method

min-h-7 -->gt; min-height: 28px;

Implementation

ContainerBuilder minH7() {
  _minHeight = 28;
  return this;
}