runAlignment property

WrapAlignment runAlignment
final

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

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

Defaults to WrapAlignment.start.

Implementation

final WrapAlignment runAlignment;