A Point representation of the clientX and clientY properties of this Touch event.
Deprecated: Prefer directly accessing the clientX and clientY properties on Touch.
@Deprecated('Instead directly access the clientX and clientY properties.') Point get client => Point(clientX, clientY);