heightFactor property

double? heightFactor
final

If non-null, the fraction of the incoming height given to the child.

If non-null, the child is given a tight height constraint that is the max incoming height constraint multiplied by this factor.

If null, the incoming height constraints are passed to the child unmodified.

Implementation

final double? heightFactor;