Determinate
data class Determinate(val progress: Float, val caption: String? = null, val sentiment: Sentiment = Sentiment.Nominal) : ProgressElement
UI Element for a progress bar where the progress is known.
UI Element for a progress bar where the progress is known.