ConstrainedBox constructor
ConstrainedBox({
- required BoxConstraints constraints,
- Widget? child,
- Key? key,
Implementation
ConstrainedBox({required this.constraints, super.child, super.key});