locatedSpace property

Map<int, double> locatedSpace
final

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.

Implementation

final Map<int, double> locatedSpace;