divideWidth method
divide-{width} -> 设置分隔线宽度(通过 divideX 或 divideY 的 width 参数)
Implementation
FlexBuilder divideWidth(double width) {
_divideWidth = width;
return this;
}
divide-{width} -> 设置分隔线宽度(通过 divideX 或 divideY 的 width 参数)
FlexBuilder divideWidth(double width) {
_divideWidth = width;
return this;
}