spacing property

  1. @DoubleConverter()
double? spacing
final

The space to insert between adjacent children.

When provided, a fixed gap of this size is applied between items.

Implementation

@DoubleConverter()
final double? spacing;