h2 method

h-2 -->gt; height: 8px;

Implementation

ContainerBuilder h2() {
  _height = 8;
  return this;
}