#54 toolbar takes composable as content

This commit is contained in:
lbarraga 2023-04-11 16:29:10 +02:00
parent 1112cf14d4
commit c3abfd896e

View file

@ -14,7 +14,7 @@ import be.ugent.sel.studeez.ui.theme.StudeezTheme
// Contains floatingActionButton and bottom bar, used in the main four screens.
fun PrimaryScreenToolbar(
title: String,
content: (PaddingValues) -> Unit
content: @Composable (PaddingValues) -> Unit
) {
Scaffold(
// Everything at the top of the screen