pub fn scrollbar_fn(
child: impl IntoUiNode,
wgt_fn: impl IntoVar<WidgetFn<ScrollBarArgs>>,
) -> UiNodeExpand description
P Scrollbar function for both orientations applicable to all scroll widget descendants.
This property sets both v_scrollbar_fn and h_scrollbar_fn to the same wgt_fn.