fixedCrossAxisSizeFactor property

double? fixedCrossAxisSizeFactor
final

The factor by which to multiply the cross axis size of the child.

If the value of fixedCrossAxisSizeFactor is less than one, the child will be clipped along the appropriate axis.

If null (the default), the cross axis size is as large as the parent.

Implementation

final double? fixedCrossAxisSizeFactor;