CoolDownIndicator

fun CoolDownIndicator(coolDownTime: Int, modifier: Modifier = Modifier)

Represent a timer that show the remaining time until the user is allowed to send the next message.

Parameters

coolDownTime

The amount of time left until the user is allowed to sent the next message.

modifier

Modifier for styling.