alignContent property
The cross-axis alignment for flex lines when wrapping is enabled.
Controls how multiple lines are distributed along the cross axis when there is extra space. Only applies when wrap is not FlexWrap.none. Does not support baseline alignment (unlike alignItems).
Implementation
final BoxAlignmentContent alignContent;