h12 method

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

Implementation

ContainerBuilder h12() {
  _height = 48;
  return this;
}