Switch

data class Switch(val checked: Boolean) : ListViewItemControls

Switch is used to represent a trailing switch control in the list view item.

Constructors

Link copied to clipboard
constructor(checked: Boolean)

Properties

Link copied to clipboard

The state of the switch.