wrapRunAlignment property

WrapAlignment wrapRunAlignment
final

How the runs themselves should be placed in the cross axis.

For example, if wrapRunAlignment is WrapAlignment.center, the runs are grouped together in the center of the overall Wrap in the cross axis.

Defaults to WrapAlignment.start.

See also:

  • wrapAlignment, which controls how the children within each run are placed relative to each other in the main axis.
  • wrapCrossAxisAlignment, which controls how the children within each run are placed relative to each other in the cross axis.

Implementation

final WrapAlignment wrapRunAlignment;