mouseWheelEvent 常量

EventStreamProvider<WheelEvent> const mouseWheelEvent

静态工厂方法,用于将鼠标滚轮事件 mousewheel 暴露给非 Element 实例的事件处理器。

有关使用信息,请参阅 EventStreamProvider

实现

static const EventStreamProvider<WheelEvent> mouseWheelEvent =
    const _CustomEventStreamProvider<WheelEvent>(
        Element._determineMouseWheelEventType);