editCell

fun editCell(canEdit: (T, Int) -> Boolean? = null, content: @Composable BoxScope.(T, E, onComplete: () -> Unit) -> Unit)

Define editing UI content. Receives the item, edit state, and an onComplete callback.