---
title: fixed
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/spacersizing/fixed
---

# fixed

The fixed spacer sizing behavior. The spacer will use a pre-defined size determined by the system and the context in which the spacer is used.

## Declaration

```swift
static let fixed: SpacerSizing
```
