minH8 method

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

Implementation

ContainerBuilder minH8() {
  _minHeight = 32;
  return this;
}