ScreenWithAppBar
fun ScreenWithAppBar(title: String, navigationIcon: @Composable () -> Unit, scrollable: Boolean = true, actions: @Composable RowScope.() -> Unit = {}, snackbarHost: @Composable () -> Unit = {}, floatingActionButton: @Composable () -> Unit = {}, body: @Composable ColumnScope.() -> Unit)
Presents a screen with an app bar on top and possibly a navigation icon in the top left corner.