Buttons in Jetpack Compose
Oct 6, 2023 · 2 min read · In Jetpack Compose buttons, you need to give two arguments for buttons. The first argument as onClick callback and another one is your button text element. You can add a Text-Composable or any other Composable as child elements of the Button class ...
Join discussion