---
title: contentInsets
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/scrollgeometry/contentinsets
---

# contentInsets

The content insets of the scroll view.

## Declaration

```swift
var contentInsets: EdgeInsets
```

## Discussion

Discussion Adding these insets to the content size of the scroll view will give you the total scrollable space of the scroll view.
