How can we write a code that for example if user click a button, then 20 text or 20 of our function be created inside our Column below the Button?
Because we can't write the for loop inside the button click, because we get the: @Composable invocations can only happen from the context of a @Composable function
Error