mouseWheelEvent constant

EventStreamProvider<WheelEvent> const mouseWheelEvent = const EventStreamProvider<WheelEvent>('mousewheel')

Implementation

static const EventStreamProvider<WheelEvent> mouseWheelEvent =
    const EventStreamProvider<WheelEvent>('mousewheel')