isPointTapped

fun Offset.isPointTapped(tapOffset: Offset, tapPadding: Float): Boolean

Returns true if the tapped point is withing the given boundries else false

Parameters

tapOffset

Tapped offset

tapPadding

plus or minus padding from the point or clickable padding