draw Wave Path
fun DrawScope.drawWavePath(path: Path, pointsData: MutableList<Offset>, lineStyle: LineStyle, wave: Wave, yPointOfOrigin: Float): Path
Used to draw the wave
Parameters
path
: Represent the single cubic bezier curve path using the given points
points Data
: curve points
line Style
: styling for the path drawn in the line graph
wave
: Wave data
y Point Of Origin
: y position of x Axis