Skip to main content

reorderable_flex_row

Function reorderable_flex_row 

Source
pub fn reorderable_flex_row<'a, Key, Message>(
    on_reorder: impl Fn(Vec<Key>) -> Message + 'a,
) -> ReorderableFlexRow<'a, Key, Message>
where Key: Clone + Eq + Hash + 'static,
Expand description

Create a horizontal flex row with drag-to-reorder behavior.