hAuto method

h-auto -->gt; height: auto; (使用内容高度,不设置高度)

Implementation

ContainerBuilder hAuto() {
  _height = null;
  return this;
}