toggle menu
horologist
androidJvm
switch theme
search in API
health-composables
/
com.google.android.horologist.health.composables
/
FormattedDurationText
Formatted
Duration
Text
@
Composable
fun
FormattedDurationText
(
duration
:
Duration
,
modifier
:
Modifier
=
Modifier
,
formatter
:
(
Duration
)
->
String
=
patternFormatter()
,
color
:
Color
=
Color.Unspecified
,
textAlign
:
TextAlign
?
=
null
,
style
:
TextStyle
=
LocalTextStyle.current
)