minH5 method

min-h-5 -->gt; min-height: 20px;

Implementation

ContainerBuilder minH5() {
  _minHeight = 20;
  return this;
}