maxWMax method

ContainerBuilder maxWMax()

max-w-max -->gt; max-width: max-content;

Implementation

ContainerBuilder maxWMax() {
  _maxWidth = 0; // Flutter中通过IntrinsicWidth实现
  return this;
}