debouncedClickable

fun Modifier.debouncedClickable(debounceTime: Long = 1000, onClick: () -> Unit): Modifier

The same as Modifier.clickable with support to debouncing.