<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularTextGaugeView/init(headerLabel:headerTextProvider:bodyTextProvider:gaugeProvider:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_ClockKit_SwiftUI54CLKComplicationTemplateGraphicRectangularTextGaugeViewC11headerLabel0lI8Provider04bodyiN005gaugeN0ACyxGx_So07CLKTextN0CAJSo08CLKGaugeN0Ctcfc"
  },
  "title" : "init(headerLabel:headerTextProvider:bodyTextProvider:gaugeProvider:)"
}
-->

# init(headerLabel:headerTextProvider:bodyTextProvider:gaugeProvider:)

Creates a new template that has a header row with a SwiftUI view and text, body text, and a gauge.

```
init(headerLabel: Label, headerTextProvider: CLKTextProvider, bodyTextProvider: CLKTextProvider, gaugeProvider: CLKGaugeProvider)
```

## Parameters

`headerLabel`

The SwiftUI view displayed by the template.

`headerTextProvider`

The text provider for the header text. The template supports multicolored text from this text provider.

`bodyTextProvider`

The text provider for the body text. The template supports multicolored text from this text provider.

`gaugeProvider`

The gauge provider for the template.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)