AndroWatchLargeTopBar

fun AndroWatchLargeTopBar(title: String, modifier: Modifier = Modifier, subtitle: String? = null, onBack: () -> Unit? = null, scrollBehavior: TopAppBarScrollBehavior? = null, actions: @Composable RowScope.() -> Unit = {})

Large (expanded) top app bar with optional subtitle, back button and actions.

Parameters

title

Primary title text.

modifier

Modifier for layout/styling.

subtitle

Optional secondary line under the title.

onBack

Optional back-navigation callback; shows a back icon when set.

scrollBehavior

Optional scroll behavior for collapse/color transitions.

actions

Trailing action items.