crossAxisSpacing property

double crossAxisSpacing
final

How much space to place between children in a run in the cross axis. For example, if spacing is 10.0, the children will be spaced at least 10.0 logical pixels apart in the cross axis. Defaults to 5.0

Implementation

final double crossAxisSpacing;