---
title: DefaultButtonLabel
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/defaultbuttonlabel
---

# DefaultButtonLabel

The default label to use for a button.

## Declaration

```swift
nonisolated struct DefaultButtonLabel
```

## Overview

Overview You don’t use this type directly. Instead, the system creates it automatically when you construct certain types of Button.

## Relationships

### Conforms To

- [View](swiftui/view.md)

## See Also

### Indicating a value

- [Gauge](swiftui/gauge.md)
- [gaugeStyle(_:)](swiftui/view/gaugestyle(_:).md)
- [ProgressView](swiftui/progressview.md)
- [progressViewStyle(_:)](swiftui/view/progressviewstyle(_:).md)
- [DefaultDateProgressLabel](swiftui/defaultdateprogresslabel.md)
