h24 method

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

Implementation

ContainerBuilder h24() {
  _height = 96;
  return this;
}