Delete
Item
Button
fun DeleteItemButton(modifier: Modifier = Modifier, item: RefyItem, deleteContent: @Composable (MutableState<Boolean>) -> Unit)
Custom button used to delete an item
Parameters
modifier
The modifier to apply to the component
item
The item to delete
delete Content
The content used to delete the item