VolumeUiState

data class VolumeUiState(val current: Int = 0, val max: Int = 1, val min: Int = 0)

A UI state for volume.

Constructors

Link copied to clipboard
constructor(current: Int = 0, max: Int = 1, min: Int = 0)

Properties

Link copied to clipboard
val current: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val max: Int = 1
Link copied to clipboard
val min: Int = 0