pub fn h_wheel_unit(
child: impl IntoUiNode,
unit: impl IntoVar<Length>,
) -> UiNodeExpand description
P Horizontal offset added when the mouse wheel is scrolling by lines.
The unit value is multiplied by the MouseScrollDelta::LineDelta x value to determinate the scroll delta.
This property sets the HORIZONTAL_WHEEL_UNIT_VAR.