🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

TextFieldColorsWithIcons

Temporary experimental interface, to expose interactionSource to leadingIconColor and trailingIconColor.

Source set: Common
@Deprecated(
    message = "Empty interface; use parent TextFieldColors instead",
    replaceWith =
        ReplaceWith("TextFieldColors", imports = ["androidx.compose.material.TextFieldColors"]),
)
public interface TextFieldColorsWithIcons : TextFieldColors

Temporary experimental interface, to expose interactionSource to leadingIconColor and trailingIconColor.