touchPoint property
Point
get
touchPoint
The coordinates of the touch point corresponding to the display point.
Implementation
Point get touchPoint => Point.fromJS(_wrapped.touchPoint);
set
touchPoint
(Point v)
Implementation
set touchPoint(Point v) {
_wrapped.touchPoint = v.toJS;
}