AccordionSection

constructor(title: String, body: String, isEnabled: Boolean = true)

Alternative constructor of AccordionSection that takes plain strings for the title and body.


constructor(title: AnnotatedString, body: AnnotatedString, isEnabled: Boolean = true)