alignment property Null safety
final
How the children should be aligned while the size is animating.
Defaults to Alignment.topCenter.
See also:
- Alignment, a class with convenient constants typically used to specify an AlignmentGeometry.
- AlignmentDirectional, like Alignment for specifying alignments relative to text direction.
Implementation
final AlignmentGeometry alignment;