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
font Size
The font size of the title
filters Content
The content where the user can insert the filter to apply to the results