stopPropagation method

void stopPropagation ()
inherited

Implementation

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