constraints property

BoxConstraints? constraints
final

Additional constraints to apply to the child.

The width and height fields are combined with these constraints.

The insets then padding then child go inside these constraints.

Implementation

final BoxConstraints? constraints;