RowSelectionToggleOpts

class RowSelectionToggleOpts(val selectChildren: Boolean? = null)

Options accepted by Row.toggleSelected. selectChildren controls whether the toggle cascades to sub-rows; null leaves the default in place.

Constructors

Link copied to clipboard
constructor(selectChildren: Boolean? = null)

Properties

Link copied to clipboard
val selectChildren: Boolean? = null