For previewing and testing it would be nice to be able to simulate WindowInsets. In JetpackCompose 1.8 they introduced special functions for me (not just for me) so i can simulate mobile devices. I want to do the same thing in Compose Multiplatform.
To draw previews and also to execute tests i think we will use the desktop/jvm target. For this target all insets are set to zero and it is not possible to change them.
So would be really good if it is possible to change them.