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
/
SegmentedPickerItem
Segmented
Picker
Item
@
Immutable
data
class
SegmentedPickerItem
<
T
>
(
val
value
:
T
,
val
icon
:
Painter
?
=
null
,
val
text
:
String
?
=
null
,
val
contentDescription
:
String
?
=
null
,
val
enabled
:
Boolean
=
true
)
See also
Segmented
Picker
Members
Constructors
Segmented
Picker
Item
Link copied to clipboard
constructor
(
value
:
T
,
icon
:
Painter
?
=
null
,
text
:
String
?
=
null
,
contentDescription
:
String
?
=
null
,
enabled
:
Boolean
=
true
)
Properties
content
Description
Link copied to clipboard
val
contentDescription
:
String
?
enabled
Link copied to clipboard
val
enabled
:
Boolean
icon
Link copied to clipboard
val
icon
:
Painter
?
text
Link copied to clipboard
val
text
:
String
?
value
Link copied to clipboard
val
value
:
T