alignment property Null safety
final
The alignment to use when laying out the child, if it has a different size than this widget.
If this is an AlignmentDirectional, then textDirection must not be null.
See also:
- Alignment for non-Directionality-aware alignments.
- AlignmentDirectional for Directionality-aware alignments.
Implementation
final AlignmentGeometry alignment;