PeekAlert
androidJvm
PeekAlert
/
dev.mooner.peekalert
/
TextConfig
Text
Config
data
class
TextConfig
(
var
content
:
String
?
=
null
,
var
size
:
Float
?
=
null
,
var
color
:
Int
?
=
null
,
var
typeface
:
Typeface
?
=
null
)
Members
Constructors
Text
Config
Link copied to clipboard
constructor
(
content
:
String
?
=
null
,
size
:
Float
?
=
null
,
color
:
Int
?
=
null
,
typeface
:
Typeface
?
=
null
)
Properties
color
Link copied to clipboard
var
color
:
Int
?
content
Link copied to clipboard
var
content
:
String
?
size
Link copied to clipboard
var
size
:
Float
?
typeface
Link copied to clipboard
var
typeface
:
Typeface
?