crossAxisExtent property

double? crossAxisExtent
final

The amount of space this widget takes in the opposite direction of the parent.

Must be positive or null. If it's null (the default) the cross axis extent will be the same as the constraints of the parent in the opposite direction.

Implementation

final double? crossAxisExtent;