maxWMax method
max-w-max -->gt; max-width: max-content;
Implementation
ContainerBuilder maxWMax() {
_maxWidth = 0; // Flutter中通过IntrinsicWidth实现
return this;
}
max-w-max -->gt; max-width: max-content;
ContainerBuilder maxWMax() {
_maxWidth = 0; // Flutter中通过IntrinsicWidth实现
return this;
}