Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.pages
/
PageScreensList
/
Item
/
Text
Text
class
Text
(
val
name
:
String
,
val
iconText
:
String
=
name
,
val
color
:
Color
,
val
backgroundColor
:
Color
,
val
screen
:
Screen
)
:
PageScreensList.Item
Members
Constructors
Text
Link copied to clipboard
constructor
(
name
:
String
,
iconText
:
String
=
name
,
color
:
Color
,
backgroundColor
:
Color
,
screen
:
Screen
)
Properties
background
Color
Link copied to clipboard
val
backgroundColor
:
Color
color
Link copied to clipboard
val
color
:
Color
icon
Text
Link copied to clipboard
val
iconText
:
String
name
Link copied to clipboard
val
name
:
String
screen
Link copied to clipboard
val
screen
:
Screen