ProgressIndicatorColors

data class ProgressIndicatorColors(foregroundColor: Color, disabledForegroundColor: Color, backgroundColor: Color)

Constructors

Link copied to clipboard
constructor(foregroundColor: Color, disabledForegroundColor: Color, backgroundColor: Color)