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