mainAxisSpacing property
How much space to place between children in a run in the main axis.
For example, if spacing
is 10.0, the children will be spaced at least 10.0 logical pixels apart in the main axis.
Defaults to 5.0
Implementation
final double mainAxisSpacing;