MouseEvent createMouseEvent(String eventType) Source MouseEvent createMouseEvent(String eventType) => new MouseEvent(eventType, canBubble: true);