crossAxisExtent property

double? crossAxisExtent
final

The extent of the child in the non-scrolling axis.

If the scroll axis is vertical, this extent is the child's width. If the scroll axis is horizontal, this extent is the child's height.

Implementation

final double? crossAxisExtent;