Kepko
Toggle table of contents
1.7.2
common
Target filter
common
Switch theme
Search in API
Skip to content
Kepko
component
/
glass.yasan.kepko.component
/
Subtitle
Subtitle
@
Immutable
data
class
Subtitle
(
val
text
:
String
,
val
icon
:
Painter
,
val
iconContentDescription
:
String
?
=
null
,
val
modifier
:
Modifier
=
Modifier
,
val
textTransformation
:
(
String
)
->
String
=
String::uppercase
)
Members
Constructors
Subtitle
Link copied to clipboard
constructor
(
text
:
String
,
icon
:
Painter
,
iconContentDescription
:
String
?
=
null
,
modifier
:
Modifier
=
Modifier
,
textTransformation
:
(
String
)
->
String
=
String::uppercase
)
Properties
icon
Link copied to clipboard
val
icon
:
Painter
icon
Content
Description
Link copied to clipboard
val
iconContentDescription
:
String
?
modifier
Link copied to clipboard
val
modifier
:
Modifier
text
Link copied to clipboard
val
text
:
String
text
Transformation
Link copied to clipboard
val
textTransformation
:
(
String
)
->
String