onMouseRightUp property

EventStream<MouseEvent> onMouseRightUp

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

Implementation

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