alexhelder
03/11/2025, 2:22 AMtrailingContent
slot, which is just trailingContent: @Composable (() -> Unit)?
(not a Box / Column / Row scope). Anyone have idea?Stylianos Gakis
03/11/2025, 6:05 AMalexhelder
03/11/2025, 2:29 PMModifier.fillMaxHeight().wrapContentHeight()
trick, that did nothing, changing it to fillMaxSize().wrapContentSize()
made it take up most of the screen. I may have to write something customStylianos Gakis
03/11/2025, 9:50 PM