TextFieldColors

data class TextFieldColors(val backgroundColor: Color, val labelColor: Color, val borderColor: Color)

Colors used by a TextField in different parts of the component.

Parameters

backgroundColor

The background color of the TextField.

labelColor

The color of the floating / inline label.

borderColor

The color of the border when the TextField is focused.

Constructors

Link copied to clipboard
constructor(backgroundColor: Color, labelColor: Color, borderColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard