Spark
Toggle table of contents
2.2.1
release
Target filter
release
Switch theme
Search in API
Skip to content
Spark
spark
/
com.adevinta.spark.components.toggles
/
SwitchIcons
Switch
Icons
data
class
SwitchIcons
(
val
checked
:
SparkIcon
=
LeboncoinIcons.Check
,
val
unchecked
:
SparkIcon
=
LeboncoinIcons.Cross
)
(
source
)
Members
Constructors
Switch
Icons
Link copied to clipboard
constructor
(
checked
:
SparkIcon
=
LeboncoinIcons.Check
,
unchecked
:
SparkIcon
=
LeboncoinIcons.Cross
)
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