---
title: "Breadth.Distance"
description: "Specifies absolute breadth in [Dp]."
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Common

```kotlin
public class Distance(public val value: Dp) : Breadth()
```

Specifies absolute breadth in `Dp`.

## Functions

### equals

> Source set: Common

```kotlin
override fun equals(other: Any?): Boolean
```

### hashCode

> Source set: Common

```kotlin
override fun hashCode(): Int
```
