---
title: wide
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/measurement/formatstyle/unitwidth/wide
---

# wide

A unit width that shows the full unit name.

## Declaration

```swift
static var wide: Measurement<UnitType>.FormatStyle.UnitWidth { get }
```

## Discussion

Discussion For example, 37.20 Calories or 37,20 litres.

## See Also

### Unit widths

- [abbreviated](foundation/measurement/formatstyle/unitwidth/abbreviated.md)
- [narrow](foundation/measurement/formatstyle/unitwidth/narrow.md)
