---
title: "FixedThreshold"
description: "A fixed threshold will be at an [offset] away from the first anchor."
type: "class"
---

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


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

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


> **Deprecated** SwipeableDeprecation

```kotlin
@ExperimentalMaterialApi
data class FixedThreshold(private val offset: Dp) : ThresholdConfig
```


A fixed threshold will be at an `offset` away from the first anchor.

#### Parameters

| | |
| --- | --- |
| offset | The offset (in dp) that the threshold will be at. |




