debouncedClickable
fun Modifier.debouncedClickable(debounceTime: Long = 1000, onClick: () -> Unit): Modifier
Content copied to clipboard
The same as Modifier.clickable with support to debouncing.
The same as Modifier.clickable with support to debouncing.