SlottedTimerCardContent

fun SlottedTimerCardContent(title: String, currentTime: () -> Duration, onRemoveTimer: () -> Unit, isStarted: Boolean, onTitleChange: (String) -> Unit, scope: ReorderableCollectionItemScope, modifier: Modifier = Modifier, actions: @Composable () -> Unit = {}, leadingIcon: @Composable () -> Unit = {})(source)