preventDefault 方法

void preventDefault()
继承

实现

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