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