---
title: soft
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/scrolledgeeffectstyle/soft
---

# soft

A scroll edge effect that provides a subtle, blurred boundary between pinned controls and scrolling content.

## Declaration

```swift
static var soft: ScrollEdgeEffectStyle { get }
```

## See Also

### Creating a scroll edge effect style

- [automatic](swiftui/scrolledgeeffectstyle/automatic.md)
- [hard](swiftui/scrolledgeeffectstyle/hard.md)
