deltaY property

num get deltaY

The amount that is expected to scroll vertically, in units determined by deltaMode.

See also:

Implementation

num get deltaY {
  throw UnsupportedError('deltaY is not supported');
}