toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui-toolkit
/
io.snabble.sdk.dynamicview.domain.model
/
TextItem
Text
Item
data
class
TextItem
(
val
id
:
String
,
val
text
:
String
,
@
ColorInt
val
textColor
:
Int
?
=
null
,
val
textStyle
:
String
?
=
null
,
val
showDisclosure
:
Boolean
,
val
padding
:
Padding
)
:
Widget
Members
Constructors
Text
Item
Link copied to clipboard
constructor
(
id
:
String
,
text
:
String
,
@
ColorInt
textColor
:
Int
?
=
null
,
textStyle
:
String
?
=
null
,
showDisclosure
:
Boolean
,
padding
:
Padding
)
Properties
id
Link copied to clipboard
open
override
val
id
:
String
padding
Link copied to clipboard
val
padding
:
Padding
show
Disclosure
Link copied to clipboard
val
showDisclosure
:
Boolean
text
Link copied to clipboard
val
text
:
String
text
Color
Link copied to clipboard
val
textColor
:
Int
?
=
null
text
Style
Link copied to clipboard
val
textStyle
:
String
?
=
null