SliderColors

data class SliderColors(foregroundColor: Color, disabledForegroundColor: Color, backgroundColor: Color, disabledBackgroundColor: Color, thumbColor: Color, disabledThumbColor: Color, keyPointColor: Color, keyPointForegroundColor: Color)

Constructors

Link copied to clipboard
constructor(foregroundColor: Color, disabledForegroundColor: Color, backgroundColor: Color, disabledBackgroundColor: Color, thumbColor: Color, disabledThumbColor: Color, keyPointColor: Color, keyPointForegroundColor: Color)