SmallTitle

fun SmallTitle(text: String, modifier: Modifier = Modifier, textColor: Color = MiuixTheme.colorScheme.onBackgroundVariant, insideMargin: PaddingValues = SmallTitleDefaults.InsideMargin)

A SmallTitle with Miuix style.

Parameters

text

The text to be displayed in the SmallTitle.

modifier

The modifier to be applied to the SmallTitle.

textColor

The color of the SmallTitle.

insideMargin

The margin inside the SmallTitle.