constraints property

BoxConstraints? constraints
final

If is not null, then the child is displayed with these BoxConstraints as parent's BoxConstraints in offstage. i.e child's RenderBox is found under these BoxConstraints.

Implementation

final BoxConstraints? constraints;