verticalAlignment property

WrapAlignment verticalAlignment
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.

See also:

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

Implementation

final WrapAlignment verticalAlignment;