WheelEvent constructor
WheelEvent(
- String type_, [
- WheelEventInit? eventInitDict
Implementation
factory WheelEvent(String type_, [WheelEventInit? eventInitDict]) =>
WebRuntime.current.createWebObject<WheelEvent>('WheelEvent', [
type_,
eventInitDict,
]);