---
title: "TwoRowsTopAppBarOverrideScope"
description: "Parameters available to [TwoRowsTopAppBar]."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@ExperimentalMaterial3ComponentOverrideApi
class TwoRowsTopAppBarOverrideScope
internal constructor(
    val modifier: Modifier,
    val title: @Composable () -> Unit,
    val titleTextStyle: TextStyle,
    val titleBottomPadding: Dp,
    val smallTitle: @Composable () -> Unit,
    val smallTitleTextStyle: TextStyle,
    val subtitle: (@Composable () -> Unit)?,
    val subtitleTextStyle: TextStyle,
    val smallSubtitle: (@Composable () -> Unit)?,
    val smallSubtitleTextStyle: TextStyle,
    val titleHorizontalAlignment: Alignment.Horizontal,
    val navigationIcon: @Composable () -> Unit,
    val actions: @Composable RowScope.() -> Unit,
    val collapsedHeight: Dp,
    val expandedHeight: Dp,
    val windowInsets: WindowInsets,
    val colors: TopAppBarColors,
    val scrollBehavior: TopAppBarScrollBehavior?,
)
```


Parameters available to `TwoRowsTopAppBar`.



