alignment property
Controls the direction and amount of overlap between avatars.
Uses standard Flutter AlignmentGeometry values:
- Positive x values move subsequent avatars to the right
- Negative x values move subsequent avatars to the left
- Similar behavior for y axis with top/bottom movement
Implementation
final AlignmentGeometry alignment;