WheelEvent constructor

WheelEvent(
  1. String type, [
  2. WheelEventInit eventInitDict
])

Implementation

external factory WheelEvent(
  String type, [
  WheelEventInit eventInitDict,
]);