h32 method

h-32 -->gt; height: 128px;

Implementation

ContainerBuilder h32() {
  _height = 128;
  return this;
}