pub fn mouse_interaction(
    action: &Action,
    node: &Node,
    layout: Layout<'_>,
    cursor: Cursor,
    spacing: f32,
    resize_leeway: Option<f32>
) -> Option<Interaction>
Expand description

Returns the current mouse::Interaction of a PaneGrid.