h6 method

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

Implementation

ContainerBuilder h6() {
  _height = 24;
  return this;
}