CurvedBendPointShape constructor

CurvedBendPointShape({
  1. required double curveLength,
})

Implementation

CurvedBendPointShape({
  required this.curveLength,
});