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>

This function is deprecated. Empty interface; use parent TextFieldColors instead

Cmn
State<Color>

This function is deprecated. Empty interface; use parent TextFieldColors instead

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

This function is deprecated. Empty interface; use parent TextFieldColors instead

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

This function is deprecated. Empty interface; use parent TextFieldColors instead

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
)

This function is deprecated. Empty interface; use parent TextFieldColors instead

Cmn
State<Color>

This function is deprecated. Empty interface; use parent TextFieldColors instead

Cmn
State<Color>

This function is deprecated. Empty interface; use parent TextFieldColors instead

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
)

This function is deprecated. Empty interface; use parent TextFieldColors instead

Cmn