Billy Newman
05/20/2021, 7:38 PMBilly Newman
05/20/2021, 7:42 PMChris Sinco [G]
05/20/2021, 8:39 PMtitle
parameter is a Composable
slot, so you can pass more than just one Text
componentChris Sinco [G]
05/20/2021, 8:39 PMTopAppBar(
title = {
Column {
Text("Title")
Text("Subtitle")
}
},
...
)
Billy Newman
05/20/2021, 10:16 PMChris Sinco [G]
05/20/2021, 10:22 PM