alignment property

Alignment alignment
final

Determine how the children will be placed on the ScatterDelegate.getPositionForIteration offset.

For example if alignement is Alignment.center, all offsets given by ScatterDelegate.getPositionForIteration will be at center of a child.

Implementation

final Alignment alignment;