OutlineColors

@Immutable
class OutlineColors(val focused: Color, val focusedWarning: Color, val focusedError: Color, val warning: Color, val error: Color)

Constructors

Link copied to clipboard
constructor(focused: Color, focusedWarning: Color, focusedError: Color, warning: Color, error: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val error: Color
Link copied to clipboard
val focused: Color
Link copied to clipboard
val focusedError: Color
Link copied to clipboard
val focusedWarning: Color
Link copied to clipboard
val warning: Color