Small Title
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.
text Color
The color of the SmallTitle.
inside Margin
The margin inside the SmallTitle.