Kepko
Toggle table of contents
1.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Kepko
component
/
glass.yasan.kepko.component
/
TitleBar
Title
Bar
@
Composable
fun
TitleBar
(
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
RowScope
.
(
)
->
Unit
)
@
Composable
fun
TitleBar
(
title
:
String
,
modifier
:
Modifier
=
Modifier
,
leadingContent
:
@
Composable
RowScope
.
(
)
->
Unit
?
=
null
,
trailingContent
:
@
Composable
RowScope
.
(
)
->
Unit
?
=
null
,
badge
:
Badge
?
=
null
,
textAlign
:
TextAlign
=
TextAlign.Unspecified
,
reverse
:
Boolean
=
false
)
@
Composable
fun
TitleBar
(
title
:
String
,
onBackClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
backIcon
:
Painter
=
Icons.chevronBackward
,
trailingContent
:
@
Composable
RowScope
.
(
)
->
Unit
=
{}
,
badge
:
Badge
?
=
null
,
textAlign
:
TextAlign
=
TextAlign.Unspecified
,
reverse
:
Boolean
=
false
)