---
title: "ChipBorder"
description: "Represents the border stroke used in a chip in different states."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


> **Deprecated** Maintained for binary compatibility. Use the chipBorder functions instead

```kotlin
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.



