h80 method

h-80 -->gt; height: 320px;

Implementation

ContainerBuilder h80() {
  _height = 320;
  return this;
}