draw High Light On Selected Point
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
drag Locks
: List of points to be drawn on the canvas and that can be selected.
column Width
: Width of the Axis in the left or right.
padding Right
: Padding given to the right side of the canvas.
y Bottom
: Start position from below of the canvas.
selection Highlight Point
: Data class to define all the styles to be drawn in SelectionHighlightPoint