stopPropagation method Null safety

void stopPropagation()
inherited

Implementation

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