---
title: "concentric(minimum:)"
framework: swiftui
role: symbol
role_heading: Type Method
path: "swiftui/roundedrectangularshapecorners/concentric(minimum:)"
---

# concentric(minimum:)

Corner styles will be concentric with its container, varying the radius as needed in all four corners but never going below zero, or the provided minimum corner style, if provided.

## Declaration

```swift
static func concentric(minimum: Edge.Corner.Style? = nil) -> RoundedRectangularShapeCorners
```
