ScreenWithAppBarAndBackButton
fun ScreenWithAppBarAndBackButton(title: String, onBackButtonClick: () -> Unit, scrollable: Boolean = true, actions: @Composable RowScope.() -> Unit = {}, snackbarHost: @Composable () -> Unit = {}, body: @Composable ColumnScope.() -> Unit)
Presents a screen with an app bar on top and a back button in the top left corner.