fill Curve Path
fun DrawScope.fillCurvePath(yPointOfOrigin: Float, pointPosition: AxisPosition, wave: Wave, startPoint: Offset, endPoint: Offset, cubicPoints1: Offset, cubicPoints2: Offset)
Used to fill the line path
Parameters
y Point Of Origin
y offset point on xAxis
point Position
: line point position
wave
: Wave data
start Point
: startPoint of the curve
end Point
: endPoint of the curve
cubic Points1
: control point 1
cubic Points2
: control point 2