---
title: line2TextProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplateextralargestacktext/line2textprovider
---

# line2TextProvider

The text to display on the bottom line of the complication.

## Declaration

```swift
@NSCopying var line2TextProvider: CLKTextProvider { get set }
```

## Discussion

Discussion Space for text is limited in this particular template so keep strings as short as possible. When the highlightLine2 property is true, a tint color is applied to this text. In multicolor environments, the text provider or template provides the tint color. In monochrome environments, the clock face provides the tint color.

## See Also

### Setting the Complication Data

- [highlightLine2](clockkit/clkcomplicationtemplateextralargestacktext/highlightline2.md)
- [line1TextProvider](clockkit/clkcomplicationtemplateextralargestacktext/line1textprovider.md)
