hFull method

h-full -->gt; height: 100%;

Implementation

ContainerBuilder hFull() {
  _height = double.infinity;
  return this;
}