IconToggleButtonIcons

data class IconToggleButtonIcons(val checked: SparkIcon, val unchecked: SparkIcon)

Constructors

Link copied to clipboard
constructor(checked: SparkIcon, unchecked: SparkIcon)

Properties

Link copied to clipboard

SparkIcon to be used for the checked state

Link copied to clipboard

SparkIcon to be used for the unchecked state