displayPoint property

Point get displayPoint

The coordinates of the display point.

Implementation

Point get displayPoint => Point.fromJS(_wrapped.displayPoint);
set displayPoint (Point v)

Implementation

set displayPoint(Point v) {
  _wrapped.displayPoint = v.toJS;
}