clientPoint property

Point<num> get clientPoint

Implementation

Point get clientPoint => Point(clientX, clientY);