---
title: "Breadth.Fraction"
description: "Specifies relative breadth as a fraction of available space."
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Common

```kotlin
public class Fraction(public val value: Float) : Breadth()
```

Specifies relative breadth as a fraction of available space.

## Functions

### equals

> Source set: Common

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

### hashCode

> Source set: Common

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