keypress常量
静态工厂方法,用于将keypress
事件暴露给不是Element
实例的事件处理器。
有关使用信息,请参阅EventStreamProvider。
实现
static const EventStreamProvider<KeyboardEvent> keyPressEvent =
const EventStreamProvider<KeyboardEvent>('keypress');
静态工厂方法,用于将keypress
事件暴露给不是Element
实例的事件处理器。
有关使用信息,请参阅EventStreamProvider。
static const EventStreamProvider<KeyboardEvent> keyPressEvent =
const EventStreamProvider<KeyboardEvent>('keypress');