itemSpacing property

  1. @JsonKey(defaultValue: 0.0)
double itemSpacing
final

The distance between children of the frame. This property is only applicable for auto-layout frames.

Implementation

@JsonKey(defaultValue: 0.0)
final double itemSpacing;