---
title: "fixed(_:)"
framework: swiftui
role: symbol
role_heading: Type Method
path: "swiftui/edge/corner/style/fixed(_:)"
---

# fixed(_:)

A rounded corner style where the corner’s radius is the value you provide.

## Declaration

```swift
static func fixed(_ radius: CGFloat) -> Edge.Corner.Style
```

## Discussion

Discussion Provide a value of zero for a square corner.
