pageY property

int pageY

The mouse position relative to the top edge of the document.

Implementation

int get pageY {
  _initPageXY();
  return _pageY!;
}