alignItems property
The default cross-axis alignment for all child items.
Controls how items are positioned along the cross axis when they don't
fill the available space. Individual items can override this with FlexItem.alignSelf
.
Common values: BoxAlignmentGeometry.start, BoxAlignmentGeometry.center, BoxAlignmentGeometry.end, BoxAlignmentGeometry.stretch.
Defaults to BoxAlignmentGeometry.start.
Implementation
final BoxAlignmentGeometry alignItems;