alignment property
The horizontal alignment of the children within the column.
Maps to CSS align-items:
- Alignment.left →
flex-start - Alignment.right →
flex-end - Alignment.center →
center - Alignment.stretch →
stretch
Implementation
final Alignment alignment;