wCustom method

ContainerBuilder wCustom(
  1. double widthValue
)

w-value -->gt; width: value; (自定义宽度)

Implementation

ContainerBuilder wCustom(double widthValue) {
  _width = widthValue;
  return this;
}