maxHMax method

ContainerBuilder maxHMax()

max-h-max -->gt; max-height: max-content;

Implementation

ContainerBuilder maxHMax() {
  _maxHeight = 0; // Flutter中通过IntrinsicHeight实现
  return this;
}