onWheel 属性

Stream<WheelEvent> onWheel
重写

由这个 Window 处理的 wheel 事件的流。

实现

Stream<WheelEvent> get onWheel => Element.wheelEvent.forTarget(this);