mouse_pan

Function mouse_pan 

Source
pub fn mouse_pan(child: impl IntoUiNode, enabled: impl IntoVar<bool>) -> UiNode
Expand description

P Scroll by grabbing and dragging the content with the mouse primary button.

This is not enabled by default. Note that touch pan is always enabled, this property implements a similar behavior for the mouse pointer.