Hey! Thanks for using the library.
Children of a widget are rendered in the order they are added, by default. You can reorder the array of children and change that. I've included a small example project that showcases this with something similar to your example, so you can test it. You can download it here.
For the moment, you can either add the dropdown at the end of your code (so it renders first) or manually reorder the children array using code similar to the example provided. I will make sure to add some convenience depth handling functions for children in a future release.
Let me know if it helps, cheers!



















































