mouseWheelEvent constant
Expose custom EventStreamProvider for mousewheel
.
Implementation
static const EventStreamProvider<WheelEvent> mouseWheelEvent =
CustomEventStreamProvider<WheelEvent>(_determineMouseWheelEventType);
Expose custom EventStreamProvider for mousewheel
.
static const EventStreamProvider<WheelEvent> mouseWheelEvent =
CustomEventStreamProvider<WheelEvent>(_determineMouseWheelEventType);