SuggestionsSingleCategoryRow
fun ReorderableCollectionItemScope.SuggestionsSingleCategoryRow(ideaCategory: IdeaCategoryODS, onUpdateCategory: () -> Unit, onShowSingleWord: (String) -> Unit, onGoToEmotionTab: () -> Unit, setBottomSheet: (BottomSheetContent) -> Unit, temporaryLoadableButton: @Composable (String) -> Unit, isDragging: Boolean, currentIdea: IdeaUIState, modifier: Modifier = Modifier)(source)