---
title: "timeTextSeparator"
description: "A default implementation of Separator, to be shown between any text/composable and the time."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<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` for the separator. |
| contentArcPadding | `ArcPaddingValues` for the separator text. |




