CurvedLineData constructor

const CurvedLineData({
  1. double smoothness = 0.35,
  2. bool isStrokeCapRound = false,
  3. bool isStrokeJoinRound = false,
})

Implementation

const CurvedLineData({this.smoothness = 0.35, this.isStrokeCapRound = false, this.isStrokeJoinRound = false});