scrollbar_fn

Function scrollbar_fn 

Source
pub fn scrollbar_fn(
    child: impl IntoUiNode,
    wgt_fn: impl IntoVar<WidgetFn<ScrollBarArgs>>,
) -> UiNode
Expand 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.