spacing property
How much space to place between columns in a run in the main axis.
For example, if spacing is 10.0, the columns will be spaced at least 10.0 logical pixels apart in the main axis.
If there is additional free space in a run (e.g., because the row has a minimum size that is not filled or because some runs are longer than others), the additional free space will be allocated according to the alignment.
Defaults to 0.0.
Implementation
final double spacing;