Nicolas Chaduc
10/26/2022, 12:21 PMval modifier = Modifier.fillMaxSize()
Button(....,
modifier= modifier) {
Column(modifier = modifier) {
Text(...., modifier = modifier)
}
}
The text was not just with fillMaxSize it has the padding the button add on modifier too.czuckie
10/26/2022, 12:31 PMczuckie
10/26/2022, 12:32 PMStylianos Gakis
10/26/2022, 12:36 PMRebecca Franks
10/26/2022, 1:46 PM