heightFactor property

double? heightFactor
final

If null, then the component's height will be equal to the height of the parent. Otherwise, the height will be equal to the child's height multiplied by this factor.

Implementation

final double? heightFactor;