mouseWheelEvent 常量
静态工厂设计用于将 mousewheel
事件暴露给非必为 Element 实例的事件处理器。
有关使用信息,请参阅 EventStreamProvider。
实现
static const EventStreamProvider<WheelEvent> mouseWheelEvent =
const _CustomEventStreamProvider<WheelEvent>(
Element._determineMouseWheelEventType);