h3 method

h-3 -->gt; height: 12px;

Implementation

ContainerBuilder h3() {
  _height = 12;
  return this;
}