alignItems property
The default cross-axis alignment for all items.
Controls how items are positioned along the cross axis when they don't fill the available space. Individual items can override this with their alignSelf property. Supports baseline alignment for text elements.
Implementation
final BoxAlignmentGeometry alignItems;