<!--
{
  "availability" : [
    "watchOS: 3.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateExtraLargeStackText/line2TextProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateExtraLargeStackText(py)line2TextProvider"
  },
  "title" : "line2TextProvider"
}
-->

# line2TextProvider

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

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

## Discussion

Space for text is limited in this particular template so keep strings as short as possible.

When the [`highlightLine2`](/documentation/ClockKit/CLKComplicationTemplateExtraLargeStackText/highlightLine2) property is <doc://com.apple.documentation/documentation/Swift/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)