screen property - Touch class - dart:html library (original) (raw)

description

Point<num> getscreen

Implementation

Point get screen => new Point(__screenX, __screenY);