createWheelEvent function

WheelEvent createWheelEvent(
  1. String type
)

Creates a server-side WheelEvent.

Implementation

WheelEvent createWheelEvent(String type) => ServerWheelEvent(type);