KwikAccordionItem

constructor(title: String, content: String, hasError: Boolean = false)

Parameters

title

: The title of the accordion item.

content

: The content of the accordion item.

hasError

: If true, the item will display an error state.