init(gaugeProvider:label:)
Creates a new template with a closed circular gauge, and a SwiftUI view in the center.
Declaration
init(gaugeProvider: CLKGaugeProvider, label: Label)Parameters
- gaugeProvider:
The gauge provider for the template.
- label:
The SwiftUI view displayed by the template.