justifyContent property

BoxAlignmentBase justifyContent
final

The main-axis alignment for items within each flex line.

Controls how items are distributed along the main axis within their line. Does not support baseline or stretch alignment (unlike alignItems).

Implementation

final BoxAlignmentBase justifyContent;