Package-level declarations

Functions

Link copied to clipboard
fun MainToolbar(modifier: Modifier = Modifier, documentState: DocumentState, title: @Composable (String) -> Unit? = null, navigationIcon: @Composable (tintColor: Color) -> Unit = {}, actions: @Composable RowScope.(tintColor: Color) -> Unit = {})

Composable that displays the Main tool bar for DocumentView.