UiConfig

data class UiConfig(val progressBarColor: Int)

Constructors

Link copied to clipboard
constructor(progressBarColor: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun component1(): Int
Link copied to clipboard
fun copy(progressBarColor: Int): UiConfig