Kwik Accordion Item
Data class representing an item in the accordion. Contains a title, content, and an optional error state.
Parameters
title
: The title of the accordion item.
content
: The content of the accordion item.
has Error
: If true, the item will display an error state.