---
title: minimum
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/scenepadding/minimum
---

# minimum

The minimum scene padding value.

## Declaration

```swift
static let minimum: ScenePadding
```

## Discussion

Discussion In macOS, this value represents the recommended spacing for the root view of a window. In watchOS, this represents the horizontal spacing that you use to align your view with the title of a navigation view.

## See Also

### Getting padding values

- [navigationBar](swiftui/scenepadding/navigationbar.md)
