Свойство deltaY
num deltaYЗначение, которое ожидается прокрутить по вертикали, в единицах, определяемых deltaMode.
См. также:
- WheelEvent.deltaY из W3C.
Исходный код
@DomName('WheelEvent.deltaY')
num get deltaY => _deltaY;
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/WheelEvent/deltaY.html