SteppedLineData constructor

const SteppedLineData({
  1. double stepJumpAt = 0.5,
  2. bool isStrokeCapRound = false,
  3. bool isStrokeJoinRound = false,
})

Implementation

const SteppedLineData({this.stepJumpAt = 0.5, this.isStrokeCapRound = false, this.isStrokeJoinRound = false});