crossAxisDirection property

AxisDirection crossAxisDirection
final

The direction in which children should be placed in the cross axis.

Typically used in vertical lists to describe whether the ambient TextDirection is TextDirection.rtl or TextDirection.ltr.

Implementation

final AxisDirection crossAxisDirection;