deltaY property
num
get
deltaY
The amount that is expected to scroll vertically, in units determined by deltaMode.
See also:
- WheelEvent.deltaY from the W3C.
Implementation
num get deltaY {
throw UnsupportedError('deltaY is not supported');
}