maxChildWidth property

double? maxChildWidth
final

You can also define min and max values, both in absolute and relative terms. If you define min sizes in both relative and absolute terms, both are applied. If you define max sizes in both relative and absolute terms, both are applied.

The ratios, if defined, have priority over absolute sizes. Size (min/max, if defined, have priority over width/height):

Implementation

final double? minChildWidth,
    minChildHeight,
    maxChildWidth,
    maxChildHeight,
    minChildWidthRatio,
    minChildHeightRatio,
    maxChildWidthRatio,
    maxChildHeightRatio;