Text Field Colors
data class TextFieldColors(val backgroundColor: Color, val labelColor: Color, val borderColor: Color)
Colors used by a TextField in different parts of the component.
Colors used by a TextField in different parts of the component.