init(gaugeProvider:centerTextProvider:bottomLabel:)
Creates a new template that has an open circular gauge, a small amount of text in the center, and a small SwiftUI view at the bottom.
Declaration
init(gaugeProvider: CLKGaugeProvider, centerTextProvider: CLKTextProvider, bottomLabel: Label)Parameters
- gaugeProvider:
The gauge provider for the template.
- centerTextProvider:
The text provider for the center text. The template supports multicolored text from this text provider.
- bottomLabel:
The SwiftUI view displayed by the template.