spacing property

double spacing
final

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 2.0.

Implementation

final double spacing;