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.