Expandable
Section
fun ExpandableSection(modifier: Modifier = Modifier, title: StringResource, filtersContent: @Composable () -> Unit? = null, content: @Composable ColumnScope.() -> Unit)
Custom section displayed on compact size classes can be expanded to show its content
Parameters
modifier
The modifier to apply to the component
title
The title of the section
filters Content
The content where the user can insert the filter to apply to the results
content
The content of the section