alignment property
final
How to align the child.
The x and y values of the Alignment control the horizontal and vertical alignment, respectively. An x value of -1.0 means that the left edge of the child is aligned with the left edge of the parent whereas an x value of 1.0 means that the right edge of the child is aligned with the right edge of the parent. Other values interpolate (and extrapolate) linearly. For example, a value of 0.0 means that the center of the child is aligned with the center of the parent.
See also:
- Alignment, which has more details and some convenience constants for common positions.
- AlignmentDirectional, which has a horizontal coordinate orientation that depends on the TextDirection.
Implementation
final AlignmentGeometry alignment