CellConstrainedBox constructor
const
CellConstrainedBox({
- Key? key,
- required ValueCell<
BoxConstraints> constraints, - ValueCell<
Widget?> ? child,
Implementation
const CellConstrainedBox({
super.key,
required this.constraints,
this.child,
});