CountdownBarState

data class CountdownBarState(val shouldShowProgress: Boolean = false, val progress: Float = 0.0f, val secondsLeft: Int = 0, val isBlinking: Boolean = false)

Constructors

Link copied to clipboard
constructor(shouldShowProgress: Boolean = false, progress: Float = 0.0f, secondsLeft: Int = 0, isBlinking: Boolean = false)

Properties

Link copied to clipboard
val isBlinking: Boolean = false
Link copied to clipboard
val progress: Float = 0.0f
Link copied to clipboard
val secondsLeft: Int = 0
Link copied to clipboard