Section Title

fun SectionTitle(modifier: Modifier = Modifier, title: StringResource, fontSize: TextUnit = TextUnit.Unspecified, filtersContent: @Composable () -> Unit? = null)

Custom section displayed on large size classes

Parameters

modifier

The modifier to apply to the component

title

The title of the section

fontSize

The font size of the title

filtersContent

The content where the user can insert the filter to apply to the results