minHeightFactor property

double minHeightFactor
final

The value the height of the child is multiplied by when the widget is in its collapsed state.

minHeightFactor will not affect the size of the child if axis equals CollapsibleAxis.horizontal.

Implementation

final double minHeightFactor;