LinearLineData constructor

const LinearLineData({
  1. bool isStrokeCapRound = false,
  2. bool isStrokeJoinRound = false,
})

Implementation

const LinearLineData({this.isStrokeCapRound = false, this.isStrokeJoinRound = false});