ConstraintChainLink constructor
const
ConstraintChainLink({
- required String widgetType,
- required Constraints constraints,
- Size? size,
- required int depth,
Implementation
const ConstraintChainLink({
required this.widgetType,
required this.constraints,
this.size,
required this.depth,
});