alignment property

ResponsiveAlignment alignment
final

How the columns within a run should be placed in the main axis.

For example, if alignment is ResponsiveAlignment.center, the columns in each run are grouped together in the center of their run in the main axis.

Defaults to ResponsiveAlignment.start.

See also:

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

Implementation

final ResponsiveAlignment alignment;