TextFieldColors

class TextFieldColors(val focusedTextColor: Color, val unfocusedTextColor: Color, val disabledTextColor: Color, val errorTextColor: Color, val focusedContainerColor: Color, val unfocusedContainerColor: Color, val disabledContainerColor: Color, val errorContainerColor: Color, val cursorColor: Color, val errorCursorColor: Color, val textSelectionColors: TextSelectionColors, val focusedOutlineColor: Color, val unfocusedOutlineColor: Color, val disabledOutlineColor: Color, val errorOutlineColor: Color, val focusedLeadingIconColor: Color, val unfocusedLeadingIconColor: Color, val disabledLeadingIconColor: Color, val errorLeadingIconColor: Color, val focusedTrailingIconColor: Color, val unfocusedTrailingIconColor: Color, val disabledTrailingIconColor: Color, val errorTrailingIconColor: Color, val focusedLabelColor: Color, val unfocusedLabelColor: Color, val disabledLabelColor: Color, val errorLabelColor: Color, val focusedPlaceholderColor: Color, val unfocusedPlaceholderColor: Color, val disabledPlaceholderColor: Color, val errorPlaceholderColor: Color, val focusedSupportingTextColor: Color, val unfocusedSupportingTextColor: Color, val disabledSupportingTextColor: Color, val errorSupportingTextColor: Color, val focusedPrefixColor: Color, val unfocusedPrefixColor: Color, val disabledPrefixColor: Color, val errorPrefixColor: Color, val focusedSuffixColor: Color, val unfocusedSuffixColor: Color, val disabledSuffixColor: Color, val errorSuffixColor: Color)

Constructors

Link copied to clipboard
constructor(focusedTextColor: Color, unfocusedTextColor: Color, disabledTextColor: Color, errorTextColor: Color, focusedContainerColor: Color, unfocusedContainerColor: Color, disabledContainerColor: Color, errorContainerColor: Color, cursorColor: Color, errorCursorColor: Color, textSelectionColors: TextSelectionColors, focusedOutlineColor: Color, unfocusedOutlineColor: Color, disabledOutlineColor: Color, errorOutlineColor: Color, focusedLeadingIconColor: Color, unfocusedLeadingIconColor: Color, disabledLeadingIconColor: Color, errorLeadingIconColor: Color, focusedTrailingIconColor: Color, unfocusedTrailingIconColor: Color, disabledTrailingIconColor: Color, errorTrailingIconColor: Color, focusedLabelColor: Color, unfocusedLabelColor: Color, disabledLabelColor: Color, errorLabelColor: Color, focusedPlaceholderColor: Color, unfocusedPlaceholderColor: Color, disabledPlaceholderColor: Color, errorPlaceholderColor: Color, focusedSupportingTextColor: Color, unfocusedSupportingTextColor: Color, disabledSupportingTextColor: Color, errorSupportingTextColor: Color, focusedPrefixColor: Color, unfocusedPrefixColor: Color, disabledPrefixColor: Color, errorPrefixColor: Color, focusedSuffixColor: Color, unfocusedSuffixColor: Color, disabledSuffixColor: Color, errorSuffixColor: Color)

Properties

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

Functions

Link copied to clipboard
fun containerOutlineColor(enabled: Boolean, isError: Boolean, interactionSource: InteractionSource): State<Color>
Link copied to clipboard
fun copy(focusedTextColor: Color = this.focusedTextColor, unfocusedTextColor: Color = this.unfocusedTextColor, disabledTextColor: Color = this.disabledTextColor, errorTextColor: Color = this.errorTextColor, focusedContainerColor: Color = this.focusedContainerColor, unfocusedContainerColor: Color = this.unfocusedContainerColor, disabledContainerColor: Color = this.disabledContainerColor, errorContainerColor: Color = this.errorContainerColor, cursorColor: Color = this.cursorColor, errorCursorColor: Color = this.errorCursorColor, textSelectionColors: TextSelectionColors? = this.textSelectionColors, focusedOutlineColor: Color = this.focusedOutlineColor, unfocusedOutlineColor: Color = this.unfocusedOutlineColor, disabledOutlineColor: Color = this.disabledOutlineColor, errorOutlineColor: Color = this.errorOutlineColor, focusedLeadingIconColor: Color = this.focusedLeadingIconColor, unfocusedLeadingIconColor: Color = this.unfocusedLeadingIconColor, disabledLeadingIconColor: Color = this.disabledLeadingIconColor, errorLeadingIconColor: Color = this.errorLeadingIconColor, focusedTrailingIconColor: Color = this.focusedTrailingIconColor, unfocusedTrailingIconColor: Color = this.unfocusedTrailingIconColor, disabledTrailingIconColor: Color = this.disabledTrailingIconColor, errorTrailingIconColor: Color = this.errorTrailingIconColor, focusedLabelColor: Color = this.focusedLabelColor, unfocusedLabelColor: Color = this.unfocusedLabelColor, disabledLabelColor: Color = this.disabledLabelColor, errorLabelColor: Color = this.errorLabelColor, focusedPlaceholderColor: Color = this.focusedPlaceholderColor, unfocusedPlaceholderColor: Color = this.unfocusedPlaceholderColor, disabledPlaceholderColor: Color = this.disabledPlaceholderColor, errorPlaceholderColor: Color = this.errorPlaceholderColor, focusedSupportingTextColor: Color = this.focusedSupportingTextColor, unfocusedSupportingTextColor: Color = this.unfocusedSupportingTextColor, disabledSupportingTextColor: Color = this.disabledSupportingTextColor, errorSupportingTextColor: Color = this.errorSupportingTextColor, focusedPrefixColor: Color = this.focusedPrefixColor, unfocusedPrefixColor: Color = this.unfocusedPrefixColor, disabledPrefixColor: Color = this.disabledPrefixColor, errorPrefixColor: Color = this.errorPrefixColor, focusedSuffixColor: Color = this.focusedSuffixColor, unfocusedSuffixColor: Color = this.unfocusedSuffixColor, disabledSuffixColor: Color = this.disabledSuffixColor, errorSuffixColor: Color = this.errorSuffixColor): TextFieldColors