overflowSpacing property

double overflowSpacing
final

The height of the gap between children in the vertical "overflow" layout.

This parameter is only used if the horizontal layout overflows, i.e. if there isn't enough horizontal room for the children and spacing.

Defaults to 0.0.

See also:

  • spacing, The width of the gap between each pair of children for the default horizontal layout.

Implementation

final double overflowSpacing;