Class

ChipBorder

Represents the border stroke used in a chip in different states.

Source set: Common

Deprecated

Maintained for binary compatibility. Use the chipBorder functions instead

Added in 1.5.0-alpha17

Deprecated in 1.5.0-alpha17

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.