drawHighLightOnSelectedPoint

fun DrawScope.drawHighLightOnSelectedPoint(dragLocks: MutableMap<Int, Pair<Point, Offset>>, columnWidth: Float, paddingRight: Dp, yBottom: Float, selectionHighlightPoint: SelectionHighlightPoint?)

DrawScope.drawHighLightOnSelectedPoint extension method used for drawing and highlight the selected point when dragging.

Parameters

dragLocks

: List of points to be drawn on the canvas and that can be selected.

columnWidth

: Width of the Axis in the left or right.

paddingRight

: Padding given to the right side of the canvas.

yBottom

: Start position from below of the canvas.

selectionHighlightPoint

: Data class to define all the styles to be drawn in SelectionHighlightPoint