toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.component.text
/
Label
/
TextBlock
Text
Block
class
TextBlock
(
val
text
:
String
,
val
customFont
:
FontReference
?
=
null
,
val
customColor
:
RgbaColor
?
=
null
)
Members
Constructors
Text
Block
Link copied to clipboard
constructor
(
text
:
String
,
customFont
:
FontReference
?
=
null
,
customColor
:
RgbaColor
?
=
null
)
Properties
custom
Color
Link copied to clipboard
val
customColor
:
RgbaColor
?
=
null
custom
Font
Link copied to clipboard
val
customFont
:
FontReference
?
=
null
text
Link copied to clipboard
val
text
:
String