Carbon Compose
Toggle table of contents
v0.5.0
common
Platform filter
common
Switch theme
Search in API
Carbon Compose
carbon
/
com.gabrieldrn.carbon.accordion
/
AccordionSection
/
AccordionSection
Accordion
Section
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
)