Package-level declarations
Functions
Link copied to clipboard
fun MainToolbar(modifier: Modifier = Modifier, documentState: DocumentState, colorScheme: UiColorScheme = getUiColors(), customTitle: @Composable (String) -> Unit? = null, navigationIcon: @Composable (tintColor: Color) -> Unit = {}, actions: @Composable RowScope.(tintColor: Color) -> Unit = {}, overFlowActions: @Composable ColumnScope.(tintColor: Color) -> Unit? = null, onHeightChanged: (Int) -> Unit? = null)
Composable that displays the Main tool bar for DocumentView.