TextFieldColors
Defines TextField color theme
Parameters
textColor
color for editable text
backgroundColor
color for background
focusedColor
color for background when focused
placeholderColor
color for placeholder text
errorColor
color for error tips
Properties
Functions
Link copied to clipboard
fun copy(textColor: Color = this.textColor, backgroundColor: Color = this.backgroundColor, focusedColor: Color = this.focusedColor, placeholderColor: Color = this.placeholderColor, errorColor: Color = this.errorColor): TextFieldColors
copy to a new instance