onContextMenu property

Stream<void> get onContextMenu

Stream that fires (with null) whenever a contextmenu event occurs on the document. Returns an empty stream on non-web.

Implementation

static Stream<void> get onContextMenu => impl.onContextMenu();