maxWCustom method
max-w-value
-->gt; max-width: value; (自定义最大宽度)
Implementation
ContainerBuilder maxWCustom(double maxWidthValue) {
_maxWidth = maxWidthValue;
return this;
}
max-w-value
-->gt; max-width: value; (自定义最大宽度)
ContainerBuilder maxWCustom(double maxWidthValue) {
_maxWidth = maxWidthValue;
return this;
}