Top Bar Title Text
fun TopBarTitleText(text: String, modifier: Modifier = Modifier, style: TextStyle = MaterialTheme.typography.headlineMedium)
Represents a text view used for the top bar title.
Since
1.0.0-beta.1
Parameters
text
The text to be displayed.
modifier
The modifier to be applied to the view.