toggle menu
Spark
1.0.0
androidJvm
switch theme
search in API
spark
/
com.adevinta.spark.components.toggles
/
SwitchIcons
Switch
Icons
data
class
SwitchIcons
(
val
checked
:
SparkIcon
=
SparkIcons.Check
,
val
unchecked
:
SparkIcon
=
SparkIcons.Close
)
Members
Constructors
Switch
Icons
Link copied to clipboard
constructor
(
checked
:
SparkIcon
=
SparkIcons.Check
,
unchecked
:
SparkIcon
=
SparkIcons.Close
)
Properties
checked
Link copied to clipboard
val
checked
:
SparkIcon
icon to be used for the thumb in checked state
unchecked
Link copied to clipboard
val
unchecked
:
SparkIcon
icon to be used for the thumb in unchecked state