is there a way to ensure equal spacing between the top of a list and the first element, the next element and from the last element to the bottom of the list? the solution needs to be able to handle a shadow-elevation
Hello. Currently you have to implement spacing yourself using constraints, spacers and or the insets of the grid. There is no build in functionality that does this for you.
Regards.