onSubmit 属性

Stream<Event> onSubmit
覆盖

由该 Window 处理的 submit 事件流。

实现

Stream<Event> get onSubmit => Element.submitEvent.forTarget(this);