runAlignment property

ResponsiveAlignment runAlignment
final

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

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

Defaults to ResponsiveAlignment.start.

See also:

  • alignment, which controls how the columns within each run are placed relative to each other in the main axis.
  • crossAxisAlignment, which controls how the columns within each run are placed relative to each other in the cross axis.

Implementation

final ResponsiveAlignment runAlignment;