divideWidth method

FlexBuilder divideWidth(
  1. double width
)

divide-{width} -> 设置分隔线宽度(通过 divideX 或 divideY 的 width 参数)

Implementation

FlexBuilder divideWidth(double width) {
  _divideWidth = width;
  return this;
}