5.
Update the GameLayout() composable function to display currentScrambledWord. Set the text parameter of the first text field in the column to currentScrambledWord.
there's already a text field with hardcoded scrambled word. there's a contradiction between the instruction to update the text field to display the scrambledword and the text composable displayed as example
there's already a text field with hardcoded scrambled word. there's a contradiction between the instruction to update the text field to display the scrambledword and the text composable displayed as example
changes including both:
changes to match screenshot in the codelab: