Apply spacing between widgets starting from index 1 and ending at (n - 1).
Example: { 1: 30, }
Here, index 1 represents the widget, and 30 is the applied space.
final Map<int, double> locatedSpace;