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,
Create a horizontal flex row with drag-to-reorder behavior.