Section Title

fun SectionTitle(modifier: Modifier = Modifier, title: StringResource, style: TextStyle = AppTypography.titleMedium, fontWeight: FontWeight? = FontWeight.Bold, color: Color = Color.Unspecified)

Title of a section component

Parameters

modifier

The modifier to apply to the component

title

The title value

style

The style to apply to the title

fontWeight

The typeface thickness to use when painting the text (e.g., FontWeight.Bold)

color

The color to apply to the title