crossAxisExtent property

double? crossAxisExtent
final

The extent of the children along the non-resizable axis, in logical pixels. By default, it occupies as much space as possible.

Contract

Throws AssertionError if crossAxisExtent is not positive.

Implementation

final double? crossAxisExtent;