When you use scaffold you get a padding values passed into your lambda which you can apply to your content's padding.. So rather than hardcode the top padding as you did (with 90.dp). you can just pass the "it" value for paddingValues.
Thank you, it is the best practice of using paddingValues instead of hardcoding the values, the code I showed is only for learning so you do it, thank you so much 🤗
When you use scaffold you get a padding values passed into your lambda which you can apply to your content's padding.. So rather than hardcode the top padding as you did (with 90.dp). you can just pass the "it" value for paddingValues.
Thank you, it is the best practice of using paddingValues instead of hardcoding the values, the code I showed is only for learning so you do it, thank you so much 🤗