minH9 method

min-h-9 -->gt; min-height: 36px;

Implementation

ContainerBuilder minH9() {
  _minHeight = 36;
  return this;
}