TextFieldColorsWithIcons

Added in 1.1.0
Deprecated in 1.6.0

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

Summary

Inherited functions

From androidx.compose.material.TextFieldColors
State<Color>

Represents the background color for this text field.

Cmn
State<Color>

Represents the color used for the cursor of this text field.

Cmn
State<Color>
@Composable
indicatorColor(
    enabled: Boolean,
    isError: Boolean,
    interactionSource: InteractionSource
)

Represents the color used for the border indicator of this text field.

Cmn
State<Color>
@Composable
labelColor(
    enabled: Boolean,
    error: Boolean,
    interactionSource: InteractionSource
)

Represents the color used for the label of this text field.

Cmn
State<Color>

This function is deprecated. Use/implement overload with interactionSource parameter

Cmn
open State<Color>
@Composable
leadingIconColor(
    enabled: Boolean,
    isError: Boolean,
    interactionSource: InteractionSource
)

Represents the color used for the leading icon of this text field.

Cmn
State<Color>

Represents the color used for the placeholder of this text field.

Cmn
State<Color>

Represents the color used for the input text of this text field.

Cmn
State<Color>

This function is deprecated. Use/implement overload with interactionSource parameter

Cmn
open State<Color>
@Composable
trailingIconColor(
    enabled: Boolean,
    isError: Boolean,
    interactionSource: InteractionSource
)

Represents the color used for the trailing icon of this text field.

Cmn