Can't comprehend how insets in Compose work. Why do I have this space here?
I am trying to learn about how Composables work, but it's very difficult when one example I see implementing something I have works, and what I have has the audacity of not listening to me. This is basically my Composable function, where I have a Scaffold, a Column that holds an Image and a Surface which is basically the Registration form. Now if you look at the image, android has a space for gesture navigation, that is solely for the purpose of interpreting the gesture for the system to...