---
title: init()
framework: swiftui
role: symbol
role_heading: Initializer
path: swiftui/concentricrectangle/init()
---

# init()

Creates a rectangle using the concentric corner style on each corner individually.

## Declaration

```swift
init()
```

## Discussion

Discussion The system may calculate a different radius for each corner. This can happen when the rectangle is not centered within the container shape, or the container shape’s corners have different radii.
