preventDefault 方法

void preventDefault()
继承自

实现

void preventDefault() {
  wrapped.preventDefault();
}