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

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.

Last updated: