maxHFull method

ContainerBuilder maxHFull()

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

Implementation

ContainerBuilder maxHFull() {
  _maxHeight = double.infinity;
  return this;
}