ProgressColors

@Immutable
open class ProgressColors

defines colors for progress indicator

Properties

Link copied to clipboard
val backgroundColor: Color

background color

Link copied to clipboard
val indicatorColor: Color

progress bar color

Functions

Link copied to clipboard
fun copy(indicatorColor: Color = this.indicatorColor, backgroundColor: Color = this.backgroundColor): ProgressColors
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int