EDLEDL for Mobile AppCollapsibleOn this pageCollapsibleCollapsible is a component that can expand and collapse its content.Usage<Collapsible collapsed={false}> <Text>This content can be collapsed</Text></Collapsible>PropscollapsedType: boolean Default: trueWhether the content is collapsed or expanded.