stopPropagation 方法

void stopPropagation()
继承

实现

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