---
title: "visibleSize"
description: "Returns the size of the visible part of the node we're interacting with."
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Common

```kotlin
override val visibleSize: IntSize
```

Returns the size of the visible part of the node we're interacting with. This is contrary to
`SemanticsNode.size`, which returns the unclipped size of the node.
