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