<h2 id="timetextseparator-curvedtextstyle-contentarcpadding">timeTextSeparator</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public fun CurvedScope.timeTextSeparator(
    curvedTextStyle: CurvedTextStyle? = null,
    contentArcPadding: ArcPaddingValues = ArcPaddingValues(angular = 4.dp),
)
```

A default implementation of Separator, to be shown between any text/composable and the time.

#### Parameters

| | |
| --- | --- |
| curvedTextStyle | A [CurvedTextStyle](/jetpack-compose/androidx.wear.compose/compose-foundation/classes/CurvedTextStyle) for the separator. |
| contentArcPadding | [ArcPaddingValues](/jetpack-compose/androidx.wear.compose/compose-foundation/functions/ArcPaddingValues) for the separator text. |