---
title: "init(content:textProvider:)"
framework: clockkit
role: symbol
role_heading: Initializer
path: "clockkit/clkcomplicationtemplategraphiccircularstackviewtext/init(content:textprovider:)"
---

# init(content:textProvider:)

Creates a template that has a view and a small amount of text.

## Declaration

```swift
init(content: Content, textProvider: CLKTextProvider)
```

## Parameters

- `content`: The SwiftUI view displayed by the template.
- `textProvider`: The text provider for the text below the view. The template supports multicolored text.
