ExpandableLazyColumn

fun ExpandableLazyColumn(isExpanded: Boolean, onButtonTap: () -> Unit, title: String, description: String?, headerButton: BpkSectionHeaderButton?, accessibilityHeaderTagEnabled: Boolean?, totalCount: Int, targetCount: Int, accessoryStyle: BpkStackCardAccessoryStyle?, modifier: Modifier = Modifier, content: @Composable (Int) -> Unit)