AccordionItem

class AccordionItem(val index: Int, val expanded: Boolean)(source)

Represents the state of an item within an Accordion that is passed to its ItemVisualizer.

Constructors

Link copied to clipboard
constructor(index: Int, expanded: Boolean)

Properties

Link copied to clipboard

is true for expanded items

Link copied to clipboard
val index: Int

of the item