onPanePressed property

Stream<MouseEvent> get onPanePressed

A stream that fires whenever the pane is pressed.

NOTE: This can only fire when state.captureEvents is true.

Implementation

Stream<MouseEvent> get onPanePressed => overlayElement.onMouseDown;