pub fn mouse_interaction(
    state: &State,
    layout: Layout<'_>,
    cursor_position: Point,
    vertical: &Properties,
    horizontal: Option<&Properties>,
    content_interaction: impl FnOnce(Layout<'_>, Point, &Rectangle) -> Interaction
) -> Interaction
Expand description

Computes the current mouse::Interaction of a Scrollable.