wCustom method
w-value -->gt; width: value; (自定义宽度)
Implementation
ContainerBuilder wCustom(double widthValue) {
_width = widthValue;
return this;
}
w-value -->gt; width: value; (自定义宽度)
ContainerBuilder wCustom(double widthValue) {
_width = widthValue;
return this;
}