pub fn mouse_pan(child: impl IntoUiNode, enabled: impl IntoVar<bool>) -> UiNodeExpand 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.