EventStream<MouseEvent> onMouseRightUp

Dispatched when a user releases the right button over an InteractiveObject instance.

Source

EventStream<MouseEvent> get onMouseRightUp => InteractiveObject.mouseRightUpEvent.forTarget(this);