heightFactor property

  1. @DoubleConverter()
double? heightFactor
final

The height factor to expand to based on the child's height.

If null, the height is unconstrained and the child is simply centered.

Implementation

@DoubleConverter()
final double? heightFactor;