The amount that is expected to scroll vertically, in units determined by deltaMode.
See also:
- WheelEvent.deltaY from the W3C.
Source
@DomName('WheelEvent.deltaY') num get deltaY => _deltaY;
The amount that is expected to scroll vertically, in units determined by deltaMode.
See also:
@DomName('WheelEvent.deltaY') num get deltaY => _deltaY;