constraintsTransform property

BoxConstraintsTransform? constraintsTransform
final

Allows to transform constraints for snapshot widget. The resulting constraints may exceed parent constraints without causing an error.

Implementation

final BoxConstraintsTransform? constraintsTransform;