constraintsTransform property

BoxConstraintsTransform constraintsTransform
final

The function used to transform the incoming BoxConstraints, to size child.

The function must return a BoxConstraints that is BoxConstraints.isNormalized.

See ConstraintsTransformBox for predefined common BoxConstraintsTransforms.

Implementation

final BoxConstraintsTransform constraintsTransform;