clientX property
      
      double
      get
      clientX
      
    
    
The Touch.clientX read-only property returns the X coordinate of the
touch
point relative to the viewport, not including any scroll offset.
Implementation
external double get clientX;