DashOp constructor

DashOp(
  1. Offset a,
  2. Offset b,
  3. double width,
  4. int segments,
)

Implementation

DashOp(this.a, this.b, this.width, this.segments);