ContentColors

@Stable
class ContentColors(normal: Color, minor: Color, subtle: Color, disabled: Color)

Functions

Link copied to clipboard
fun copy(normal: Color = this.normal, minor: Color = this.minor, subtle: Color = this.subtle, disabled: Color = this.disabled): ContentColors

Properties

Link copied to clipboard
var disabled: Color
Link copied to clipboard
var minor: Color
Link copied to clipboard
var normal: Color
Link copied to clipboard
var subtle: Color