mouseDownEvent 常量

EventStreamProvider<MouseEvent> const mouseDownEvent

静态工厂方法,用于向非 Element 实例的事件处理器公开 mousedown 事件。

有关使用信息,请参见 EventStreamProvider

实现

static const EventStreamProvider<MouseEvent> mouseDownEvent =
    const EventStreamProvider<MouseEvent>('mousedown');