Source set: Common
@Deprecated(
"Maintained for binary compatibility. Use the chipBorder functions instead",
level = DeprecationLevel.WARNING,
)
public class ChipBorder internal constructor(
private val borderColor: Color,
private val disabledBorderColor: Color,
private val borderWidth: Dp,
)
Represents the border stroke used in a chip in different states.
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int