mouseWheelEvent constant

EventStreamProvider<WheelEvent> const mouseWheelEvent

Expose custom EventStreamProvider for mousewheel.

Implementation

static const EventStreamProvider<WheelEvent> mouseWheelEvent =
    CustomEventStreamProvider<WheelEvent>(_determineMouseWheelEventType);