maxHMax method
max-h-max -->gt; max-height: max-content;
Implementation
ContainerBuilder maxHMax() {
_maxHeight = 0; // Flutter中通过IntrinsicHeight实现
return this;
}
max-h-max -->gt; max-height: max-content;
ContainerBuilder maxHMax() {
_maxHeight = 0; // Flutter中通过IntrinsicHeight实现
return this;
}