toggle menu
Everysight SDK
2.6.0
common
switch theme
search in API
Everysight SDK
/
UIKit.widgets
/
TextBlock
/
LineModifier
Line
Modifier
data
class
LineModifier
(
var
textColor
:
Int
?
=
null
,
var
backgroundColor
:
Int
?
=
null
,
var
textVisible
:
Boolean
=
true
,
var
underline
:
Boolean
=
false
,
var
strikethrough
:
Boolean
=
false
,
var
fillMaxWidth
:
Boolean
=
false
)
Members
Constructors
Line
Modifier
Link copied to clipboard
constructor
(
textColor
:
Int
?
=
null
,
backgroundColor
:
Int
?
=
null
,
textVisible
:
Boolean
=
true
,
underline
:
Boolean
=
false
,
strikethrough
:
Boolean
=
false
,
fillMaxWidth
:
Boolean
=
false
)
Properties
background
Color
Link copied to clipboard
var
backgroundColor
:
Int
?
fill
Max
Width
Link copied to clipboard
var
fillMaxWidth
:
Boolean
strikethrough
Link copied to clipboard
var
strikethrough
:
Boolean
text
Color
Link copied to clipboard
var
textColor
:
Int
?
text
Visible
Link copied to clipboard
var
textVisible
:
Boolean
underline
Link copied to clipboard
var
underline
:
Boolean