childHeightRatio property

double? childHeightRatio
final

You may define preferred child sizes, in absolute terms, or relative to the container size. If you define both, they will be added.

Implementation

final double? childWidth, childHeight, childWidthRatio, childHeightRatio;