maxHFit method

ContainerBuilder maxHFit()

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

Implementation

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