---
title: "SpatialResizeEvent"
description: "An event representing a change in size and scale during a resize operation."
type: "class"
lastmod: "2026-06-18T10:32:53.015887Z"
---
## API Reference

> Source set: Android

```kotlin
public class SpatialResizeEvent(
    public val type: SpatialResizeEventType,
    public val size: IntVolumeSize,
)
```

An event representing a change in size and scale during a resize operation.
