WindowTitle

@Composable
fun WindowTitle(title: String, modifier: Modifier = Modifier, subtitle: String? = null)

Creates a org.gnome.adw.WindowTitle that helps to set a window’s title and subtitle.

Parameters

title

The title to display.

modifier

Compose Modifier for layout and styling.

subtitle

The subtitle to display.