keypress常量

EventStreamProvider<KeyboardEvent> const keypress

静态工厂方法,用于将keypress事件暴露给不是Element实例的事件处理器。

有关使用信息,请参阅EventStreamProvider

实现

static const EventStreamProvider<KeyboardEvent> keyPressEvent =
    const EventStreamProvider<KeyboardEvent>('keypress');