LineOp constructor

LineOp(
  1. Offset a,
  2. Offset b,
  3. double width
)

Implementation

LineOp(this.a, this.b, this.width);