h0 method

h-0 -->gt; height: 0;

Implementation

ContainerBuilder h0() {
  _height = 0;
  return this;
}